Hi fellows
I'm trying to use the same varaible results in another sub() as described below.
The macro count a value from a huge report.:
Total = Total + (Cells(Rw, colPQty) * Cells(Rw, colRPrice).Value)
Then, I need to use this Total by another Sub ()
How to do that??
Thanks
Bookmarks