Code to Skip a Row in Worksheet

April 2, 2009 by vba excel · Leave a Comment
Filed under: Excel Vba, Excel Worksheet 

Excel Vba Code to Skip a Row in Worksheet [Q] :

In the following excel vba macro to generate a report on a worksheet. I would like to have an empty excel row between the generated data rows.
Can I also assign a pointer t..... Read The Solution..

Determine Current Active Worksheet

March 17, 2009 by vba excel · 1 Comment
Filed under: Excel Vba, Excel Worksheet 

Excel Vba Determine Current Active Worksheet [Q] :

I have several microsoft excel worksheets and i just want to know which one is current when Excel is loaded. Excel worksheets are named for each month as such:
Jan, Feb,..... Read The Solution..

Application Datevalue Function not Vba

March 7, 2009 by vba excel · 2 Comments
Filed under: Excel Date Functions 

Excel Date Functions Question:

I confuse due to a excel application datevalue function which is not vba, i have tried :
Application.Worksheetfunction.Datevalue(…)
but it seems Datevalue isn’t available ..... Read The Solution..

Finding Date in a String

March 5, 2009 by vba excel · 2 Comments
Filed under: Excel Date Functions 

Excel Date Functions Question:

Kindly help me to solve my excel date functions problem on my excel workbook. I have an auto generated workbook that pulling reports from specific data source. In the very first row I have the fo..... Read The Solution..

Date Calculation Start Date Minus Year, Month and Days

March 5, 2009 by vba excel · 9 Comments
Filed under: Excel Date Functions 

Excel Date Functions Question:

In Microsoft excel date functions, suppose I have a regular date, like: 3 February 1922, and now, I want to subtract: 86 years, 6 months, and 23 days.
1) How can I do this in excel date fun..... Read The Solution..

« Previous PageNext Page »