Macro VBA to Remove Characters in String of Text

July 25, 2009 by vba excel · 4 Comments
Filed under: Excel Vba 

Excel Macro VBA to Remove Characters in String of Text [Q]
I need to make an excel macro vba to remove the 7th character in a string of text if the first 6 letters match the specified criteria. But I don’t know the best w..... Read The Solution..

Macro Interactive Code on Excel Worksheet

July 21, 2009 by vba excel · 2 Comments
Filed under: Excel Vba, Excel Worksheet 

Excel Vba Macro Interactive Code on Excel Worksheet [Q]

I have a workbook with one worksheet. The worksheet has a list of 50
questions ranging from B4:B54. I am looking for a code that will select each question randomly..... Read The Solution..

Using Relative Excel Spreadsheet References in Vba macro

July 20, 2009 by vba excel · 2 Comments
Filed under: Excel Spreadsheet, Excel Vba 

Excel Vba Using Relative Excel Spreadsheet References in Vba macro [Q]
I want to move the contents of excel spreadsheet cell (in an array) when I know its column and relative row number using excel vba macro. The requested cell..... Read The Solution..

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..