Thanks for your help guys!! One final question I have - I have declared a date:-
Public daterep As Date
The value held in this variable is an input box which the user inputs (e.g. 05/01/2011). When I hover over this variable in my first procedure when stepping through it then it displays the...
Sorry - I should have realised that, my mistake!!!! I've corrected that. I enter a value for this variable when prompted. The macro then runs to the next procedure, and when I try to use the value I entered in this variable the code says it's empty. Have you got any idea why it would empty the...
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...
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.
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...
Yes sorry, I mean importing to Excel from the Crystal reports.
I have 6 Crystal reports set up, most of them in a cross tab format. They're emailed to my inbox (Microsoft Outlook) every week in Crystal format. So I was wondering if it was possible in VBA for Excel to either import them from...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.