I have a Macro that was created by someone else with no notes. The macro moves information from one spreadsheet (A) to separate tabs on another spreadsheet (B).
I am trying to add a new tab on spreadsheet (B)
I copied one of the other tab macros within the big macro and changed the tab name to the new tab name and it will not work.
The first macro works when you step into it, it will go to the "_om" tab in (B) and paste the information even though it says "_om2". The second macro is the one I created, and when it gets to "_pc" it gives me an error.
Run-TIme error '1004': The text you entered is not valid reference or defined name
Is there a way to designate the _pc as a name. I was told to use a Dim ?? As ?? statement. If that is correct how would you state that?![]()
Please Login or Register to view this content.
Bookmarks