Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Dear All,
Can you have a look at this and please tell why it doesnt work Sub CopySheetAsHTML() Dim fName As String Dim wks As Worksheet Set wks = ActiveSheet fName = wks.Range("J4").Value With ActiveWorkbook.PublishObjects.Add(xlSourceSheet, _ "I:\" & fName & ".htm", wks.Name, "DataRange", _ xlHtmlStatic, wks.Range("J4").Value) .Publish (True) End With End Sub Many Thanks in advance Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why doesnt my filter work!!!!! | Excel Discussion (Misc queries) | |||
reference to other sheet doesnt work | Excel Worksheet Functions | |||
COUNTIF doesnt work! | Excel Worksheet Functions | |||
sum totaling doesnt work | Excel Worksheet Functions | |||
Formula doesnt work | Excel Worksheet Functions |