Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Recent content by MrMeReturns

  1. MrMeReturns

    Working with Data in TabStrips

    Does anyone know how to go about saving the data you have associated with one tab on a tab strip before switching to a new tab? All of the events that I have looked at make the switch to the new tab before executing any code so you can't run a function to save the data that is associated with...
  2. MrMeReturns

    Has anyone had any trouble using the SOLVER function in Excel XP VBA?

    I have been trying to get the Solver to run in Excel XP VBA but I keep getting an error saying an unexpected error has occured or the machine has run out of resources. Also the function text itself is acting a bit wierd. Instead of turning blue and capitalizing the appropriate letters like...
  3. MrMeReturns

    How do you interpret a String Value as a Variable Name

    I have been trying your idea of using the 'Dictionary Object', it works pretty slick :-) Thanks for your help, MrMeReturns
  4. MrMeReturns

    How do you interpret a String Value as a Variable Name

    I want a string value to be interpreted as a variable name. For example sTest = "i" & objControl.Name dTest2 = CDbl(objControl.Value) adImpericalData(sTest) = dTest2 'This is an array ""i" & objControl.Name" form the name of a constant...
  5. MrMeReturns

    How can you identfy the type of control

    That works well. Thanks Rob MrMeReturns
  6. MrMeReturns

    How can you identfy the type of control

    I have a For Each loop loopping through all of the controls on a form. I would like to identify when the current control selected by the loop is a textbox. In VB6 there is the TypeOf statement. Is there a similar statement in VBA?

Part and Inventory Search

Back
Top