Advertisement
Guest User

Untitled

a guest
Sep 19th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. With ActiveWorkbook<BR>
  2. .WebOptions.AllowPNG = False<BR>
  3. With .PublishObjects(2)<BR>
  4. Range("A1").Activate<BR>
  5. .Filename = "D:Reports9192014MNM.html"<BR>
  6. .Publish (True)<BR>
  7. End With<BR>
  8. End With
  9.  
  10. With ActiveWorkbook<BR>
  11. .WebOptions.AllowPNG = False<BR>
  12. With .PublishObjects(3)<BR>
  13. Range("A1").Activate<BR>
  14. .Filename = "D:Reports9192014Coal.html"<BR>
  15. .Publish (True)<BR>
  16. End With<BR>
  17. End With
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement