Started 2 months ago (2008-11-05 11:19:00)
by mokshadavid
I have a form on a network drive, accessed onsite and off. I have a simple formula in a
table cell that adds the user-entered "text form fields" cell amounts labeled earned_income_01, earned_income_02, etc... When we use the form onsite, we have no problems. When offsite staff try to use the form, accessing the same ...
Started 2 months ago (2008-11-06 13:01:00)
by jcar
I'm designing a macro which has a userform with controls (Listbox, ToggleBox and TextBoxes) to enter data into a worksheet. When I write code to validate the data, ie is a room vacant? or to change a .Text property for a control - when I refer to a control the
subroutine for that control is run immediately because I've Changed or ...
Started 2 months ago (2008-11-06 12:04:00)
by mscertified
I need to write a macro that will run each time a document is closed and any changes have been made. I want to automatically do a '
save as' to a different name. I am attempting to automate the saving of different versions. I also need to display a prompt so comments can be entered about the changes made. Is this possible? ...
Started 2 months ago (2008-11-06 06:05:00)
by avkokin
Hello. There is one document with the table. All cells of the first column has the field "ComboBox" control. And there is second document with the table which has into all cells in first column some values. I need to fill ComboBoxes first document these values from table of second document. How? Thank you very much....
Started 2 months ago (2008-11-04 09:33:00)
by bryan
I have inserted a 2nd document to my template and am trying to reference a bookmark from the template bookmark. I've referenced formfields but, this is a bookmark. Template bookmark is FWmark I
insert text to this by: Dim bmRange As Range Set bmRange = ActiveDocument.Bookmarks("FWmark").Range ActiveDocument....
Started 2 months ago (2008-11-05 06:55:00)
by Alberto
Hi, I was hoping that someone could help me. I have an Excel macro which creates a GIF file out of the the current workbook, I was hopping to adapt that to
Microsoft Word. The macro can be seen below and is also attached, any suggestions? Thanks in advance. Macro here: http://homepage.ntlworld.com/trujillo/Excel_to_Gif .txt...
Started 2 months ago (2008-11-04 14:16:00)
by Lin
Hi, I have a document which I merged with Access database using bookmarks in the Document. It works fine. I would like to run the macro to get the email field (which is a bookmark in Word) and email the document as an attachment. I used the following code to get the email bookmark Activedocument.bookmarks("email").range.txt. ...
Started 2 months ago (2008-11-04 08:27:00)
by Zopita Hasta los Fideos
Good evening! I'm spanish so this message is very short.
Windows NT, Word 2003 I'm making a macro (for a form) who must make: - Press Tab to jump to next field - Ctrl+C - Goes tu the end of line - Press Intro - Paste as TXT format No problem whith this, but I need that the macro repeats the ...
Started 2 months ago (2008-11-04 02:56:00)
by Bill Devel
From my own application (
Visual Basic) I need to show Word Documents that can only be read on screen to a variety of users with different Word versions. No options to save or print. I do this from VBA by hiding menus and toolbars in Word 2000 and Word 2003. But it doesn't work with Word 2007 because the following commands are ...
Started 2 months ago (2008-11-05 14:43:00)
by Ed from AZ
*sigh* I know I've done this before, but I can't find my code and it's been too long! My writers constantly present me with a "bulleted" list that needs to be replaced with a numberred list. The "bullets" consist of a series of spaces, a
hyphen, and a few more spaces, always at the beginning of the line. I can not use ...