TIA
Trying to publish a worksheet in a workbook to the intranet, this is not working:
Private Sub CommandButton1_Click()
'
' Saves goals to intranet
'
'
With ActiveWorkbook.PublishObjects("Current_Goals")
.Filename = "\\Server\Goals\cgoals\cgoals_curr.htm"
.Publish (False)
End With
End Sub
Of course, this is a recorded macro.
Any help?
Trying to publish a worksheet in a workbook to the intranet, this is not working:
Private Sub CommandButton1_Click()
'
' Saves goals to intranet
'
'
With ActiveWorkbook.PublishObjects("Current_Goals")
.Filename = "\\Server\Goals\cgoals\cgoals_curr.htm"
.Publish (False)
End With
End Sub
Of course, this is a recorded macro.
Any help?