Thread: Embedded form?
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tritan Tritan is offline
external usenet poster
 
Posts: 9
Default Embedded form?

I took over an app that was written with 10 different
sheets. Very well written with a VB Form (or MSForm)
embedded on every sheet. Everywhere in the code there are
values that get set with Me.lblCostCenter and the like
after a sheet is activated. ie.
sheets("Compensation").Activate

It appears that when I "attempt" to copy the form I get a
message stating that 'not all item could be copied'

Am I missing an Add-in to do 'forms' with?

Thanks,
Tritan