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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Mattyb33
  • Content: Threads
  • Order by date
  1. Mattyb33

    User input variables not passing values to new procedure in Excel VBA

    I have set up several variables where the user inputs the value via input boxes. The problem I have arises when the macro runs onto the next procedure. For example, one of the variables I have is:- Dim message6, title6, default6, day message6 = "Please enter the day you are reporting on in...
  2. Mattyb33

    SQL in Crystal Reports 2008

    I am looking to learn how to write SQL in Crystal Reports 2008 to help develop my skills and also help my reports run quicker. Would anyone please be able to point me in the direction of any user guides I would be able to make use of and/or download to help? Any help would be greatly appreciated.
  3. Mattyb33

    For each loop in VBA for Excel

    I am having a problem with a For Each loop in Excel VBA. I have a workbook with 4 sheets in it. I want to run a particular piece of code for each sheet in the workbook. I currently have the following code:- Dim current as worksheet For Each current in Worksheets MY CODE HERE Next When I...
  4. Mattyb33

    Export Crystal report to Excel using VBA

    I have 6 Crystal reports which I want to export to Excel. I know how to do this, but my question is can I do it using VBA for Excel?? Any help would be greatly appreciated!! Thanks, Matt

Part and Inventory Search

Back
Top