Hi
I am working on a spread sheet the populates itself completly from sql. THe users have an area they can change and update but I want to stop them using anything else.
I have this chunk of code :
but this gets ride of the sheet tabs which i need to see.
Also I have stopped all saving except when the press alt and f4. I have been looking on the web for about an hour and got nothing that work.
Can some one help please.
Ta
^I^
I am working on a spread sheet the populates itself completly from sql. THe users have an area they can change and update but I want to stop them using anything else.
I have this chunk of code :
Code:
With Application
.DisplayFullScreen = True
.CommandBars("Full Screen").Visible = False
.CommandBars("MyToolbar").Enabled = True
.CommandBars("MyToolbar").Visible = True
.CommandBars("Worksheet Menu Bar").Enabled = False
End With
Also I have stopped all saving except when the press alt and f4. I have been looking on the web for about an hour and got nothing that work.
Can some one help please.
Ta
^I^