Can someone please provide the VBA codes.
In Excel 2007; every time the file is saved, i want the saved date copied to the designated cell in the same file.
Thank You.
Hello,
I need some help. I am trying to attached a file (PDF, WORD DOC or an email) to a spread sheet. This is what I am doing;
select Insert and then Object,
select the 2nd tab "Create From File"
click Browse and select a file
select option button "Display an icon" and OK
The file is...
I am trying to email active workbook via outlook. These are my codes. The email is displayed. however there is no attachment. Could anyone look at my codes and advise what I am missing?
Dim OutApp As Object
Dim OutMail As Object
Set OutApp = CreateObject("Outlook.Application")
Set...
Hi
I have a sheet with 400000 rows and like to have macro break it into small tabs each with 65000 rows and copy the header in every tabs. can somebody help me please?