$$Excel-Macros$$ Re: Automatic Email from Excel

2012-06-29 Thread Vish
Sorry VBS file could not get attached. Copy paste the below code in a notepad and save it with extension *.VBS* ** Dim myExcel Set myExcel = CreateObject("Excel.Application") myExcel.DisplayAlerts = False myExcel.AskToUpdateLinks = False myExcel.AlertBeforeOverwriting = False myExcel.Workbooks

$$Excel-Macros$$ Re: Automatic Email from Excel

2012-06-28 Thread Vish
, when you know that your system will be Switched on. It will automatically open your excel workbook and send email. If you need help on Scheduling the VBS file in windows let me know. Thanks, Vish http://www.learnexcelmacro.com Thanks, Vish -- FORUM RULES (986+ members already BANNED for

$$Excel-Macros$$ Re: Automatic Email from Excel

2012-06-28 Thread Vish
, when you know that your system will be Switched on. It will automatically open your excel workbook and send email. If you need help on Scheduling the VBS file in windows let me know. Thanks, Vish http://www.learnexcelmacro.com Thanks, Vish -- FORUM RULES (986+ members already BANNED for

Re: $$Excel-Macros$$ Re: Delete Blank Cells.xlsx

2012-06-26 Thread Vish
Hi Vishwa, Hope this helps. Please let me know. Thanks, Vish -- -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick

$$Excel-Macros$$ Re: Delete Blank Cells.xlsx

2012-06-26 Thread Vish
Hi Vishwa, By Weekends you mean Saturday and Sunday or Only Sunday? Thanks, Vish -- -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will

$$Excel-Macros$$ Re: Run Macro at OPEN of an Excel file

2012-06-26 Thread Vish
Hi, You can put the below function any where in any of your module. It will work same as Workbook_Open() Event. Sub Auto_Open() End Sub For more detail read this: http://www.learnexcelmacro.com/2011/12/auto-open-macro-auto-run-macro/ On Monday, June 25, 2012 1:26:16 PM UTC+5:30, Mitr wrot

$$Excel-Macros$$ Re: extract data from table

2012-06-05 Thread Vish
Hi, Is your table going to be the same? I mean the number of columns and rows going to be same?? On Wednesday, June 6, 2012 12:51:31 AM UTC+5:30, Joseph wrote: > > Hi, > > I have a table and need to extract data that is non-zero. > > Attached is the sample file for your reference. > > Thanks, >