View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
akh2103 akh2103 is offline
external usenet poster
 
Posts: 3
Default this line of code works on some machines but not others

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