I am trying to do a macro that will bring up a dialog box with a list of forms. when the user selects a document type (ie Letter, Fax or Memo) a unique identifier is created consisting of a prefix and a sequence number so the data wouold look like
Column 1 Column2 Column3
Letter ltr 0000001
Fax fax 0000001
I would look up The type from column 1 take the prefix from column2, concantenate the sequence number from column 3 to g3et my file name. I would then increment column3 by 1 and close the document with the table in it. My question is how would I locate the right row and column in word, or is there a better way to do this like using access?
Column 1 Column2 Column3
Letter ltr 0000001
Fax fax 0000001
I would look up The type from column 1 take the prefix from column2, concantenate the sequence number from column 3 to g3et my file name. I would then increment column3 by 1 and close the document with the table in it. My question is how would I locate the right row and column in word, or is there a better way to do this like using access?