Kanchan has attended:
Excel VBA Intro Intermediate course
Future queries.
Will i be able to get any guidance on particular databases related to my current job role in future?
RE: Future queries.
Hello Kachan
Thank you for your question and welcome to the forum.
You are welcome to post questions through relating to databases you are using at work, however it will depend on the amount of time that it would take to answer a post as to whether the forum would be an appropriate channel for us to provide assistance.
Kind regards
Amanda
RE: Future queries.
Hi Kanchan,
I have fixed the code and will send you the revised code in my next email.
In your mainMakeReport procedure you coded:
if blnPivot=true then call PivotAnalysis
It should have been:
if blnPivot=true then call PivotAnalysisMake
I also changed the name of the table in the MakeReport to Make Info.
Regards
Simon