| Thread | Last Post | Replies |
|
| Validation of Data | 01 Oct 2006 15:41 GMT | 2 |
Using code on the net I put together this: Private Sub tbxDrug_Exit(ByVal Cancel As MSForms.ReturnBoolean) With Me.tbxDrug If Not Like "[A-Z][A-Z]###" Then
|
| converting pictures to right size | 01 Oct 2006 08:54 GMT | 6 |
any way I can have all pictures in a document (will be pasted charts from another app) converted to a particular height/width? Thx.
|
| converting toolbar question | 01 Oct 2006 08:51 GMT | 1 |
i have a custom toolbar for Word 2002-2003. how do i get that toolbar to show up on the ribbon in MS Word 2007? is there a change i can make to my template that will do this automatically? I have tried to add the buttons thru the QAT, but, my commands do not show
|
| check that user selected a value in a list box | 01 Oct 2006 08:09 GMT | 3 |
I am trying to validate if a user selected a value in a listbox. Does anyone know how to display a message if the listbox has no selected values? Thanks in advance. Jonathan
|
| Opening a template from vba | 01 Oct 2006 08:07 GMT | 3 |
How can I open a template from VBA (and get its associated vba code executed)? I want to create a new document, based on that template, all this from vba code....
|
| Run time error...help! | 01 Oct 2006 07:53 GMT | 1 |
I'm trying to figure out the origins of a run-time error and possible work around. Checked msdn and Microsoft's entire website for documentation but came up empty. The error is: Run-time error 35788: An error occurred in a call to the
|
| How to speed up creation of docs without displaying them. | 01 Oct 2006 07:31 GMT | 7 |
Hiya - I am using this vba code below to create in excess of 4000 custom word docs based on a template. The code creates a new doc, fills out lots of tables , saves it to disk and then closes it within a loop. It works just fine but its taking
|
| Word and VB Help | 01 Oct 2006 04:43 GMT | 1 |
I have a piece of code in my vb app that opens up a Word document and then fills in bookmarks with fields from a vb form. The problem that I am having is that the fields that I am filling in have underlines and as I fill in text it is in insert mode and pushes the lines over and ...
|
| Table not inserting correctly | 01 Oct 2006 02:26 GMT | 2 |
I am running the following code to insert a table into a document. My problem is that every so often the table inserts strangely and runs off the page. I have chalked it up to a word bug, but it is getting annoying. Has anyone else had this problem when inserting tables using ...
|