Re: $$Excel-Macros$$ Macro to send email automatically.

2011-05-07 Thread NAJEEB JAFRI
When copying excel files, the following problems: PROBLEM 1 1). The settings of the Margins are getting disturbed PROBLEM 2 Also when you take a print out, the @age of the page fluctuates Do you or your friends have any solution Please revert Thanks & regards On 5/6/11, ashish koul wrote:

Re: $$Excel-Macros$$ Macro to send email automatically.

2011-05-06 Thread ashish koul
see if it helps http://akoul.blogspot.com/search/label/Sending%20e%20mail%20based%20on%20data%20in%20column%20in%20excel%20using%20outlook On Fri, May 6, 2011 at 4:46 PM, rajan verma wrote: > See if It help,, Edit Macro According to your requirement.. > > > Public Sentmag As String > Sub SenD

Re: $$Excel-Macros$$ Macro to send email automatically.

2011-05-06 Thread rajan verma
See if It help,, Edit Macro According to your requirement.. Public Sentmag As String Sub SenDmail() Dim outLookApp As Object Set outLookApp = CreateObject("Outlook.application") Dim FileName As String Dim Data As Integer Dim Msg As String Dim mitem As Object Dim Sign As String Dim recp As String

$$Excel-Macros$$ Macro to send email automatically.

2011-05-06 Thread Jitheesh Vazhapully
Hello Experts, I'm looking for an macro to send an email on a specific date, We can run the macro daily and I want it to compare todays date with the deadline and in case it matches, the excel should shoot an email. I have mentioned the details in the excel sheet. Please advice if this is possib