H
Harrison Hill
Does anyone have a link to the properties of the HTMLSubmit button
control?
A simple obj.caption doesn't seem to work.
TIA
control?
A simple obj.caption doesn't seem to work.
TIA
Does anyone have a link to the properties of the HTMLSubmit button
control?
A simple obj.caption doesn't seem to work.
TIA
Harrison Hill wrote on 2/16/2011 :
What's the HTMLSubmit control? Is this in v12 or higher? If so, is this
what you want?
Application.CommandBars.ExecuteMSO("FilePublishAsWebPage")
--
Garry
Free usenet access athttp://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc
Have you tried
value=
property?
Or read the
InnerText
property as a string and then work with the string?