S
Stuart
Can I develop this further to hide columns before printing,
or is there a better way, please?
Dim ExclColRng As Variant
Set ExclColRng = Application.InputBox("Use the left mouse " & _
"button with the Control key," & vbNewLine & "to select at least" _
& " one cell in each column " & vbNewLine & "(or the entire" _
& ".column), to indicate those" & vbNewLine & "Columns to be" _
& " hidden. Click OK. when done", Type:=8)
This seems to take the user's hidden columns into the inputbox, but
can I use this, and if so how, please?
Regards.
or is there a better way, please?
Dim ExclColRng As Variant
Set ExclColRng = Application.InputBox("Use the left mouse " & _
"button with the Control key," & vbNewLine & "to select at least" _
& " one cell in each column " & vbNewLine & "(or the entire" _
& ".column), to indicate those" & vbNewLine & "Columns to be" _
& " hidden. Click OK. when done", Type:=8)
This seems to take the user's hidden columns into the inputbox, but
can I use this, and if so how, please?
Regards.