I am having a problem with a Reference field. It is referencing from a Bookmark but the reference field is not keeping the format after a comma.
Example:
ABC, Inc. - The "ABC," keeps it's formatting in color and anything after the comma does not.
Any clue?
Thanks
I was wondering if there was a method of deleting table captions or figures in vba? I've checked alot of sources and they only tell you how to add it in VBA. I'm trying to do this in MS Word 2003.
Thanks for the help!
Hi I was wondering if there is a way to automate deletion of table and figure captions?
I've tried:
Selection = ActiveDocument.TablesOfFigures(2)
Selection.Delete
and other alternatives if you have any suggestions please let me know.
Thanks.
Hi I am working on deleting a 3rd page from a 10 page document in word 2003. I'm not sure where to start I am trying to automate this using VBA and the page is not manual page break. If you have any pointers I would appreciate it.
Thanks.
Hi I was wondering if there is a method of changing the bookmark text so I can reference them in multiple locations of word doc. I have created bookmarks and I am inserting information from a Access form. But instead of inserting it into the bookmark it inserts the information to the right of...
I am having trouble creating a textbox through VBA. It doesn't give me any errors although the textbox will not appear on the form. Can someone help me out?
Here is a sample of the code.
Set txtAppT = CreateControl("AppTitle", acTextBox, "")
' Set txtAppT = New TextBox
With txtAppT...
I'm looking for a way to concatenate an integer to the end of a string. I've tried various ways and can't seem to find out. If anyone has an idea how to do it in VBA please let me know. Thanks.
I was wondering if there is a command in MS access to run a module in MS Word. If someone can point me in the right direction that would be helpful.
Thanks
Hi, I am trying to format text on a Word document that comes from a Access database. I've tried using the macro recording aspect on Word. But when I transfer the code over to the Access Module it doesn't work.
Here is a sample code.
With objWord.ActiveDocument.Bookmarks
.Item(tbm2).Range.Text...
I have a problem I'm using a form to append to the records of data in my table. It keeps overwriting the current data in my table. I've got a RecordId field that is autonumbered and set to not have copies. So my problem is when I open up the form. It selects all the bound fields from the current...
I need help guys. I'm trying to develop a db that holds
What I'm trying to do is link a combobox which contains "application name" to a textbox "department" and have the text box filter which department the application supports.
There is just one column in the combobox so.
I've tried...
I'm not sure how you would do this. I tried to do a on click event but it's not working. If anyone has any suggestions it would be very much appreciated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.