View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Flanagan Bob Flanagan is offline
external usenet poster
 
Posts: 340
Default Object required error 424 why getting?

Chet, confirm that your form is named FAMIS092Form and that it has a textbox
named TextBox1. I just created such and your code worked fine.

Bob Flanagan
Macro Systems
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel


Bob Flanagan
Macro Systems
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Chet" wrote in message
ups.com...
Anyone know why I might be getting an error message saying "Object
required error 424" on some code like this: I am trying to put this
initial value into a text box. (34948)

FAMIS092Form.TextBox1.Value = "34948"

Thanks,
Chet