Compile Error in VB

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
 
J

Jacob Skaria

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top