Excel/Expert Profile

Adelaide carvalho

Portugal
On Vacation
returns 12/18/2009
Expertise

I will be able to answer any question on Excel and Visual Basic for Applications - class modules, recursive procedures and functions are my favourite

Past/Present Clients

Several readers of my Books think they are useful.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Michael Daly11/03/0910101010 
Dean10/16/091010VBA asolution is a bit of a .....
Ellerd10/15/09 
Attila10/10/0910101010Thank You Adelaide, I hope can have .....
JAYE10/09/0910101010You are an All-Star Adelaide. Macro works .....

Recent Answers from Adelaide carvalho

2009-11-07 Password protect cell editing:

Hi Thorsten How are you? Yes it is possible. Please see the following for Excel 2007. But similar way for Excel 2003 1.Select the range you want to protect 2.Format/ Worksheet protection 3. Type

2009-10-29 Please Help Me with a Macro:

Hi Sandy How are you? Please see the following Option Base 1 Sub copying() Rem On Error Resume Next Const LastRow = 200 Dim R As Range, enc As Boolean, LastCol As Integer Set R = Worksheets("Sample

2009-10-27 Excel:

Hi Don How are you? How many miles do you run)? in how many minutes? 4.25/60 is the number of miles per minute? Well, suppose you run 4.25 in 30 minutes Type 4.25 in A1 Type 30 in B1 Type =A1/B1

2009-10-23 Macro to insert date:

Hi Imran How are you? Please see below Sub LastMonth() Dim R As Range, F As Date, F1 As Date Set R = Sheets(1).Range("C4") F = R.Cells(1, 1).Offset(0, -1) F1 = F - 31 R.Cells(1, 1) = F1 R

2009-10-15 Auto numbering Macro:

Hi Ellerd How are you? This formula is fine. But, if you inset a row in, e.g. A23, this new cell doest not get the formula. You have to copy the formula from A22 to the new A23. The only solution

 

Ask A Question

About Excel
This topic answers questions related to Microsoft Excel spreadsheet (or workbook) stand-alone or Mircrosoft Office Excel including Excel 2003, Excel 2007, Office 2000, and Office XP. You can get Excel help on Excel formulas(or functions), Excell macros, charting in Excel, advanced features, and the general use of Excel. This does not provide a general Excel tutorial nor the basics of using a spreadsheet. It provides specific answers to using Microsoft Excel only. If you do not see your Excel question answered in this area then please ask an Excel question here

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.