View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Audrey Audrey is offline
external usenet poster
 
Posts: 19
Default Run-Time error "70" Permission Denied

I've got a macro on a spreadsheet that launches a form but the form wont
open. It has worked for me in the past. I made some minor changes to the
form and the code but now it wont open. When I click on debug here is where
it points...

Sub Button2_Click()
UserForm2.Show this is yellow
End Sub

Any suggestions? I really appreciate your help!!!