Microsoft Visual Basic

A

APC

Compile error:
Expected:end of statement

Could you let me know how to stop Compile error:

I was trying to created Pivot table then It does not
finished
When I have open the file to working It alway showing
message
Compile error:
Expected:end of statement

Thanks in advance
 
B

Bob Phillips

You are missing a line, an End If for an IF, End With for a With , etc.

Can't tell what without the code.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top