DavidRains
New Member
- Joined
- Aug 19, 2018
- Messages
- 7
I have a user that uses a Excel (2010) to manage their workflow. The spreadsheet is build around a table with each active customer in a row, and columns for status and due dates, etc. The user wants to be able to manage notes for each customer that might consume about a single page of text (say, one piece of 8.5 x 11 in 12 point type). Ideally they would would like to be able to use Word or Notepad for this, but have the creation and launching of the Word file automated and the presence of notes shown in a table column.
I am looking for VBA code that would, for a the currently selected row:
1) Initiate action to create and open a new MSWord file, or open an already existing file. (The file name would be based on some unique data in the row, such as customer number)
2) Change a column in that row to show the date of the last edit of the file.
3) Print the Word file to a pdf and close the file.
Any help would be much appreciated.
I am looking for VBA code that would, for a the currently selected row:
1) Initiate action to create and open a new MSWord file, or open an already existing file. (The file name would be based on some unique data in the row, such as customer number)
2) Change a column in that row to show the date of the last edit of the file.
3) Print the Word file to a pdf and close the file.
Any help would be much appreciated.