November 23rd, 2004 06:49 AM
I am invoking Outlook application throgh VB code and sending mails.
It is working absolutely fine,however there is a small problem mentioned below which I am facing:
Once the Outlook app is...
November 5th, 2004 12:32 AM
Hi,
I am sending mail through VB Excel Macro with the following code and it is working fine.
1.However in "To" field I would like use Group under which I have already defined Mail ID's to whom...
October 28th, 2004 11:52 PM
I am writing a Macro in Excel where in there is a reqirement of Common Dialog box control.
On clicking of Browse button(Command Button)...user should be able to see the Windows explorer diaglog...
October 18th, 2004 03:49 AM
Thanks a lot.
Actually I got the problem after posting this and it is working fine.
Thanks again.
October 18th, 2004 01:41 AM
Hi Jewe,
I am facing this run time error '9' on the piece of code below:
Set objSHEET = objXL.Sheets("C:\Model.xls").
Code above this code is:
Private Sub CommandButton7_Click()
October 15th, 2004 05:28 AM
October 15th, 2004 05:09 AM
Thanks Buddy.
If I understand it correctly
mcApp.Workbooks.Open "your file"
In place of your file in double quotes...I need to specify the path of my Excel sheet..like...
October 15th, 2004 04:23 AM
Hi,
I can read an Excel file from the following code,however I am not sure where i am going to provide the path of sheet located in a folder.
Can somebody help?I am new to VB.
Public OD As...
October 12th, 2004 04:28 AM
Hi,
Can somebody help me on sending E-mail through VB code.I have seen the posting of sending an E-mail through VB6.0 when we are using Microsoft Outlook,however we sue Lotus notes to send and...