View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jennifer Jennifer is offline
external usenet poster
 
Posts: 385
Default User form in copy of original file

Hey all,
I saved a copy or my original workbook. My user form works great in the
original workbook, but when I open the second one the form says there is a
bug.
It hightlights the following part of the syntaxs

Private Sub cboVend_Change()
ShowValue cboVend
End Sub

In the second copy of the workbook I have made some new additions I added a
automatic advanced filter to a completely differant worksheet. Could this be
causing a problem?
Thank you very much.
--
Though daily learning, I LOVE EXCEL!
Jennifer