accessing browser document DOM Hi, I have a Word document open within a browser window frame. Is it possible for the vba to access the DOM of other frame within the same browser window? Browser Window -> Frame 1: HTML document (A) -> Frame 2: Word Document (B) I would need the Word Document (B) to access the HTML document (A) DOM. ... 5 Feb 2010 09:26
inconsistent Find Behaviour Hi, I have created a find macro to store all the text which are colored into a list box as follows: Sub FindColoredText() Dim CURRENT_DOCUMENT As Range Set CURRENT_DOCUMENT = ActiveDocument.Content With CURRENT_DOCUMENT.Find .ClearFormatting .Font.Color = wdColorRed Do While ... 8 Feb 2010 05:38
Word 2007 Toolbar customization Hi....... I want to edit a toolbar in word 2007 and add some buttons to the Toolbar and for these buttons I want to write a VB Code which wil add a table to the current ducument at the current cursor position. So, How can I do this??????????? ... 5 Feb 2010 09:26
Autotext 2007 Word 2007, when creating autotext entry but default it wants to store it in the Building Block.dotx Is there a registry hack or a policy or some setting some where that we can force the default save location to got to the Normal.dotm and not the Building Block.dotx Thanks Nadine ... 4 Feb 2010 20:16
constant for Format Picture dialog box? Anyone know the constant (named or numeric) for the Format Picture dialog box? It's not wdDialogFormatPicture -- that just opens the Picture dialog. I've tried using SendKeys to walk through the dialog but it only works sometimes; it's just not reliable enough, even using a sleep routine. ---larry ... 5 Feb 2010 19:35
Word is crashing A new problem just started occuring. Every time I use the format button for bullets or numbering, Word shuts down, claiming a error has occured. What;s going wrong? ... 4 Feb 2010 15:44
doc changes I would like for a word document to scroll to the page with the most recent change OR comment when it opens. Is there some VB code for this? -- thanks Milton ... 4 Feb 2010 16:52
Printer Macro setup in Word using VB we have been using this peice of code for years for our printer macros within word and now we need to add something too it for paper type as its defaulting to normal and it needs to be thick1 or bond below is the code i am currently using sub With ActiveDocument.PageSetup .FirstPageTray = wdPrinte... 4 Feb 2010 10:01
Style pane customization Can anyone tell me how to programmatically adjust/expand the "Application.TaskPanes.Item(wdTaskPaneFormatting).Visible = True" procedure to force the showing of Heading 2 & Heading 3 in the task pane. I can get the pane itself to automatically show, and I can programmatically adjust the characteristics of the... 4 Feb 2010 07:47
Word.ActiveDocument.AttachedTemplate.Saved = True - gives "Type Mismatch" error I have an Autoopen macro in a template as follows: Application.ActiveDocument.AttachedTemplate.Saved = True The purpose of this is to avoid people opening the doc being prompted to save the template. This works fine, except if the user attempts to open the doc through a link from a web page rather than from ... 4 Feb 2010 05:35 |