Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarkusLAndersson

    changeing name variabels

    I would like to get an image to change by cheking a sertain value in an excel sheet. if the scheet have the value 3 the folowing should happen: Variable = TextBox273 = ws2.Cells(24, 94).Value ('the value 3) Image12.Picture = DetailSelect.Image3.Picture Hovever I want the Image3 to be able to...
  2. MarkusLAndersson

    Images in to worksheets

    I have a picture in an Image in my UserForm. I want to take this picture from the Image and insert it in a certain place on my active worksheet. I have tried to use the following code but it does not work: ws2.Pictures.Insert (Image4.Picture) where ws2 is a my worksheet. Does some one know...
  3. MarkusLAndersson

    ImageComb

    I ma trying to create a user form in which I would like to display a library of pictures form one file. The image should upon selection be transferred to an image box. I am trying to use an image list to define the pictures and then try to show them in a ImageComb. In the ImageList I have...
  4. MarkusLAndersson

    Global variables that can be used in worksheets!

    Yes if that is possible Regg. Do you know if it is?
  5. MarkusLAndersson

    Global variables that can be used in worksheets!

    Thanks but I cant get it to work. First of all it seams only to be working in a module while i am working in UserForms and her I can’t get it to work. On the other hand i can get the code Dim Support As Integer Support = 1 to work in my UserForm but with this i cant use Support...
  6. MarkusLAndersson

    Global variables that can be used in worksheets!

    Dear forum I have a problem that I hope that you can help me with. I am using VBA UserForms in Excel to determine several options that is made by the user. For instance the user can choose between to options button (T-support or pi-support) and depending on that option a cell in my work sheet1...
  7. MarkusLAndersson

    Work sheet names and VBA macros in Excel

    Thanks for applying but it did not really answer my question. I have already made my VBA code, which is referring to "Sheet1", "Sheet2" and so on. I would like to change my "Sheet1" to "Calculation" and "Sheet2" to "Data" without changing my code. Is this possible?
  8. MarkusLAndersson

    Work sheet names and VBA macros in Excel

    Hi, I have a question about worksheet names and VBA macros in Excel. Is it possible to change the name of a worksheet in Excel (the name that can be seen in the bottom of the page) whiteout changing the VBA macros connected to them? Thanks in advance/ Markus
  9. MarkusLAndersson

    OptionButton selections in excel

    Thanks it worked! I really appreciate you’re help
  10. MarkusLAndersson

    OptionButton selections in excel

    Hi I am having trouble using OptionsButtons in a UserForm. I wand the user to make a choos between three types of options. If he clicks OptionsButton1 row 23 & 24 is to be hidden from the user in worksheet 1( in excel). If OptionsButton2 or OptionsButton3 is clicked the rows should be shown...
  11. MarkusLAndersson

    VBA UserForms in Excel

    Thanks for you’re support problem solved! =)
  12. MarkusLAndersson

    VBA UserForms in Excel

    Thanks I managed to do just that just before you’re reply. As a follow up question I am wondering if it is possible to write the value from another sell in into Cell(8,2). In my case the data in ListBox1 comes from colum 1 in Sheet3 Can I with the code from above get the data from colum 2 (and...
  13. MarkusLAndersson

    VBA UserForms in Excel

    Hi I would like some help wit a UserForm that I am about to create. The UserForm is suppose to present a list for the user in a ListBox and the user is then to select one row. Depending on the selection, data will be transferred from Sheet3 to Sheet1 in my excel document. In my user form I have...
  14. MarkusLAndersson

    Dissapering data in MathCAD!

    When I am working in MathCAD I am some times using “Area” function from the insert menu. Then when I collapse the Area and later tries to execute, it fails. When the Area then is expanded the data at some places is missing. One time 15 pages of information disappeared something that I can’t have...
  15. MarkusLAndersson

    Mean value of Second moment of area

    Yes I want to calculate the total deflecton of the column it cant be more then H/200. For this I nead the total "I"
  16. MarkusLAndersson

    Mean value of Second moment of area

    I am not shore if this is what I want. In my case I have several beams standing on top of each other bolted together and acting as one. This one beam is then connected in one end to the ground (bolted). For every section I have one Second moment of area, I1 I2 I3 and I4, and the height H1 H2 H3...
  17. MarkusLAndersson

    Mean value of Second moment of area

    Hi I would like to know if someone knows hove to calculate the mean value of Second moment of area (I) for serial connected steel beams. I my case I have one case with 4 beams, and one with 11, with different I and different length placed on top of each other and would like to calculate I for...
  18. MarkusLAndersson

    Is it possible to read text in to mathlab from excel?

    Yes I was! Sorry! I cant find out how to do this do you have an example? I would like to read in the text string "200x200x12" for display in mathcad.
  19. MarkusLAndersson

    Is it possible to read text in to mathlab from excel?

    Is it possible to read text in to mathlab from excel?
  20. MarkusLAndersson

    Write to a excel file that already holds information

    Is it possible to write to a excel file that already holds information with out losing that present info in that file. I want to be able to writ to a pre defined position in a excel file as en example B2

Part and Inventory Search