this line of code works on some machines but not others

  • Thread starter Thread starter akh2103
  • Start date Start date
A

akh2103

Hello---

I wrote a series of macros for my office this summer and distributed
them to many machines using an add-in. Everything was working well
until a co-worker got a new computer. Now, this line of code seems to
be crashing his macros. Any suggestions?

..Text = FrmSeriesTables.TextBox1.Text (Here's the villain)

-Abe
 
It is probably not this line of code. Have you checked for any missing
references. In the VBE goto Tools, References.
 
Back
Top