Help Needed

D

Danu

I have a workbook that needs to be updated weekly. I need to add a new
worksheet each week, rename the worksheet, as well as add columns to
exisiting worksheets, copy the format of the previous week's spreadsheet to
the new sheet, then import data from Acess. Once that is done, a chart needs
to be updated.

I am a "surface" user of Excel in that I have never used macros or wrote
code. Can someone help or refer me to a source to create the sheet, insert
the columns, rename a sheet, etc, etc, etc.

Thanks.
 
S

salgud

I have a workbook that needs to be updated weekly. I need to add a new
worksheet each week, rename the worksheet, as well as add columns to
exisiting worksheets, copy the format of the previous week's spreadsheet to
the new sheet, then import data from Acess. Once that is done, a chart needs
to be updated.

I am a "surface" user of Excel in that I have never used macros or wrote
code. Can someone help or refer me to a source to create the sheet, insert
the columns, rename a sheet, etc, etc, etc.

Thanks.

Depends on your level of experience with programming. If you have some
experience, try "Excel XXXX Power Programming with VBA" by John Walkenbach.
If not, try "Excel XXXX Programming for Dummies".

Use the Macro Recorder to record your steps and create a recorded macro to
use as a template to get started. The recorder put's a lot of "junk" in the
code, but it's a start.

Hope this helps in your world.
 
D

Danu

Thank you! It is a start.

salgud said:
Depends on your level of experience with programming. If you have some
experience, try "Excel XXXX Power Programming with VBA" by John Walkenbach.
If not, try "Excel XXXX Programming for Dummies".

Use the Macro Recorder to record your steps and create a recorded macro to
use as a template to get started. The recorder put's a lot of "junk" in the
code, but it's a start.

Hope this helps in your world.
 

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