Same question, new twist. How do I get this information into the footer of all worksheets? The user may add worksheets and I want to make sure the username is captured on all of them? My macro appears below:
Private Sub Workbook_Open()
Worksheets("Event...
Good idea, and I like it, but as a newbie, I would be looking for the syntax to help me do that. Also, aren't the macros stored on the C: drive? I think I would need to put the macro on each individual's PC.
Yes, We need one signature line if one individual is to sign, two signature lines for two individuals, etc. Currently we need to stop what we are doing and unprotect the file for users. We cannot give them the password.
I routinely work with extracts where any account numbers which start with "0" or "000" appear without the leading zeros, as the data gets parsed as a text file and the leading digits get dropped. What is the best way to remedy this with VBA? The files are large and contain...
I would like the user name to appear as a footnote in Excel. I have the syntax to access the network login id, but I want to capture the user's full name from Excel. Does anyone know how to do this?
We have contracts that may require the signature of 1-3 parties. The documents are protected. Can anyone offer a good suggestion on how to set up the documents so that multiple users can specify how many signature lines they need in a contract. We must keep the documents protected.
Any ideas on how to conditionally format an adjacent column?
I need to remind users to fill in, say, column D, if column C contains the word "NEW".
I could use an IF statement, but I prefer to use conditional formatting to highlight the cell.
Any thoughts?
Many thanks.
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.