|
|
New! Excel User Group Now Open @
www.excelusergroup.org,
Check It Out!
|
 |
| Menu command |
Type |
What happens next? |
|
Web Page Preview |
|
Simply shows a preview of the current
worksheet in a web browser. In effect similar to
print preview but without the ability to change
settings.
 |
| VBA |
Sub xlWebPagePreview()
Dim wb As Workbook
Set wb = ActiveWorkbook
'Do whatever you need to with workbook here
using wb variable
wb.WebPagePreview
End Sub |
|
|
Copyright Nick Hodge 2008. All Rights Reserved. |
|
 |
|