I have created a script that saves the curent workbook to my temp. drive. After this action is perfromed I then start Outlook and scripted the email and distribtution list for the appropriate reciepiants of the report.
My question is since the file will be the latest file saved in the temp...
I am moving columns from one worksheet to another. In doing so I am using the scrip to copy the entire column.
ColumnsToCopy = Array("State", "City", "Address", "Phone")
Set SourceSht = ActiveSheet
Set newWbk = Workbooks.Add
Set NewSht = newWbk.Sheets(1)
NewSht.Name =...
I am trying to create a script that will allow for me to to save a file as the previous month and also display the corresponding year. The script that I have below is getting me close to what I want but its saving the file as the current month. I know that what I have below isnt going to yield...
I have a worksheet that has almost 50 columns and the list is forever growing. For reporting reasons I only need to use some of the columns.
Does anyone know of a script that will allow me to indentify the columns that i want to keep and delete all of the other remaining columns?
For example...
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.