Compile Error in VB

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I am getting a new error I have never seen before:
Compile Error: Expected Function or variable
It is pointing to function:
Cells.select
line as if that is causing the error and it is on more than just one macro.
I have recorded new macros quickly and it gives the same error on newly
recorded macros.
Please help.
Thanks,
Rob
 
The line Cells.Select alone will not give you an error if a workbook is open.
The cause of error is due to the previous actions. Would you like to paste
the code above this so as to recreate the issue.

If this post helps click Yes
 
Back
Top