Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have the following macro that will protect each sheet in a workbook.
For n = 1 To Sheets.Count 'Sheets(n).Protect Password:="&PasswordEntered" Title = "Protecting sheet" Style = vbInformation MsgBox "Sheet Protected ", Style, Title Next n I need to display the sheet name back to the user, can someone suggest how I do that within the macro along with the msgbox? -- Thank U and Regards Ann |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to display current page # in any cel , not header & footer | Excel Discussion (Misc queries) | |||
How to get current worksheet name to display in a cell? | Excel Worksheet Functions | |||
How can I Run a query from VB macro with out affect current data in the same sheet? | Excel Discussion (Misc queries) | |||
UDF is updateing cells on another sheet with count from current sheet. | Excel Discussion (Misc queries) | |||
Can I display the current date in a text box? | Excel Discussion (Misc queries) |