Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to resize a password protected page. The current macro works
great when the page is not password protected. Private Sub Worksheet_Change(ByVal Target As Range) If Range("G15").Value = "Resize" Then ActiveWindow.DisplayHeadings = False Columns("C:C").ColumnWidth = Range("C17").Value Columns("G:G").ColumnWidth = Range("C18").Value Rows("1:1").RowHeight = Range("C15").Value Rows("6:6").RowHeight = Range("C16").Value End If End Sub Can you help with this. Let's presume the password is "BigBird." Thanks, Michael |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
password protected page not opening by web query | Excel Worksheet Functions | |||
how to automate opening a password protected excel file? e.g. a .xls that has a password set in the security tab. | Excel Worksheet Functions | |||
bypass password when update linking of password protected file | Excel Discussion (Misc queries) | |||
How can I use web query with a password protected page? | Excel Programming | |||
Web query on password protected page | Excel Programming |