I think I want to make a Macro

L

Linda RQ

Hi Everyone,

I generally use excel to make nice forms and basic sorting, and basic
calculations. I just exported some data from a data mining program into an
excel spreadsheet. I then used this spreadsheet as a linked table for an
access database in an update query. I use a patient number field to link my
data. I had trouble with this column and the only thing that worked to make
the data compatable with my access data was to create a new column and I
used this expression =TEXT(B2, "0"). I then had to use
this column to link my data. I also have to delete the first column and
rename the sheet, do an advanced filter to remove my duplicate records. Is
a macro what I need to learn to do? I have used a macro before but it was
given to me by someone else and he lead me step by step on where to paste it
and how to assign a key combo to use after I typed a fraction. It made any
number
into a fraction with superscript/subscript.

I am a self taught computer person, I went to school for Respiratory Therapy
and have
no programming classes, I just basically know that Visual Basic exists and
can sometimes
understand what it's doing.

So...where and how do I get started? I have a feeling this will be
something that will
be needed more and more by me. Right now, I do this weekly on 3 reports.

Thanks,
Linda
 
L

Linda RQ

Thanks...This looks very nice.

Linda

Gord Dibben said:
See David McRitchie's "getting started with VBA and macros" site.

http://www.mvps.org/dmcritchie/excel/getstarted.htm

Don't forget the Macro Recorder which most times gives you an idea of what
has
to be done.

Tweaking of the recorded code is necessary in some cases.

Tushar Mehta has a tutorial on tweaking recorder-generated code.

http://www.tushar-mehta.com/excel/vba/beyond_the_macro_recorder/index.htm


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top