View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default To have 2nd window view only

the second sheet is apparently protected for a reason. If you need to
access the sheet, then the individual who controls the security of that
sheet should give you authorization to access it with a password.



"ub" wrote in message
...
Hi
I have a vba code that gives me some data in the sheet. I have a button in
the sheet and when user click on the button he can see another canvas in
read
only mode. I also need to feed some data to this canvas.
Can you please advise, what options do I have to fulfil this need.

Regards