G
Guest
Hi all
I have a macro that starts as shown below.
j$ = "THIS MACRO WILL ERASE THE SECOND & THIRD SET OF DATA" + Chr$(13) +
Chr$(13)
intX = MsgBox(j$, Style)
When I try to run the macro I get an error message :"cant't find project or
library" and the first "Chr$(13)" is hilighted.If I delete the ref to
char$(13)(both of them) and rtry to run macro again , I get the same error
but this time "J$" is hilighted.
This macro has worked very well for a long time. It just started acting up
after I reinstalled winmdows- computer crashed bad.
Sure would appreciate any help
I have a macro that starts as shown below.
j$ = "THIS MACRO WILL ERASE THE SECOND & THIRD SET OF DATA" + Chr$(13) +
Chr$(13)
intX = MsgBox(j$, Style)
When I try to run the macro I get an error message :"cant't find project or
library" and the first "Chr$(13)" is hilighted.If I delete the ref to
char$(13)(both of them) and rtry to run macro again , I get the same error
but this time "J$" is hilighted.
This macro has worked very well for a long time. It just started acting up
after I reinstalled winmdows- computer crashed bad.
Sure would appreciate any help