Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a sub Format()
and I want another macro called: AddRows() To run in the middle of the sub Format()Macro. What I did doesn't work. I had Sub Format() ..... ..... Sub AddRows() End sub ..... End Sub. How can I do this? |
#2
![]() |
|||
|
|||
![]()
try
Sub Format() stuff call AddRows() End sub -- Don Guillett SalesAid Software "Thrava" wrote in message ... I have a sub Format() and I want another macro called: AddRows() To run in the middle of the sub Format()Macro. What I did doesn't work. I had Sub Format() .... .... Sub AddRows() End sub .... End Sub. How can I do this? |
#3
![]() |
|||
|
|||
![]()
Ahhaah,
Thank you -----Original Message----- try Sub Format() stuff call AddRows() End sub -- Don Guillett SalesAid Software "Thrava" wrote in message ... I have a sub Format() and I want another macro called: AddRows() To run in the middle of the sub Format()Macro. What I did doesn't work. I had Sub Format() .... .... Sub AddRows() End sub .... End Sub. How can I do this? . |
#4
![]() |
|||
|
|||
![]()
actually when I copied yours I forgot to remove the () after addrows.
It can be call adrows or just adrows -- Don Guillett SalesAid Software "thrava" wrote in message ... Ahhaah, Thank you -----Original Message----- try Sub Format() stuff call AddRows() End sub -- Don Guillett SalesAid Software "Thrava" wrote in message ... I have a sub Format() and I want another macro called: AddRows() To run in the middle of the sub Format()Macro. What I did doesn't work. I had Sub Format() .... .... Sub AddRows() End sub .... End Sub. How can I do this? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert date in macro | New Users to Excel | |||
Date macro | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel | |||
Zip Code Macro | Excel Worksheet Functions | |||
Macro and If Statement | Excel Discussion (Misc queries) |