alanoreilly
Board Regular
- Joined
- Dec 4, 2003
- Messages
- 56
Hi, please help!!!
this piece of VB script is from an automatically generated button for a report I'm designing....
The first one works fine but I want to append the info from the seconf one on the bottom of the first.... I want to very simply just do something like.....
select cell a9
selection end down
offset (1,0)... or is is (0,1) I can never remember!
The problem is I don't know how to use this code within the function below
Call Run("CODA_extractAndDisplayDetails", 4, "$A$9" ,"G:\Alan\Monthly Report.bdd", True)
Call Run("CODA_extractAndDisplayDetails", 5, "$A$9" ,"G:\Alan\Monthly Report.bdd", True)
Any help very much appreciated...
Thanks
Alan
this piece of VB script is from an automatically generated button for a report I'm designing....
The first one works fine but I want to append the info from the seconf one on the bottom of the first.... I want to very simply just do something like.....
select cell a9
selection end down
offset (1,0)... or is is (0,1) I can never remember!
The problem is I don't know how to use this code within the function below
Call Run("CODA_extractAndDisplayDetails", 4, "$A$9" ,"G:\Alan\Monthly Report.bdd", True)
Call Run("CODA_extractAndDisplayDetails", 5, "$A$9" ,"G:\Alan\Monthly Report.bdd", True)
Any help very much appreciated...
Thanks
Alan