![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 38
|
Hello I Have A Button On My Excel Template I Need To VB Code To Do The Following
>Save The Template With The New Data Added On It To An Excel Workbook >Every 250 Times This Is Done On The Template Have A Message Box Saying A Customised Message. Please Can You Help, I have 2 Weeks To Do This And Much More So I Don't Have Time To Learn Visual Basic Thank You. |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
_________________ Barrie Davidson My Excel Web Page [ This Message was edited by: Barrie Davidson on 2002-03-09 12:07 ] |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Feb 2002
Posts: 38
|
Hi It's Template And I'd Like It To Save To A New Workbook When New Data Is Added In and I want To Prompt The User For A File Name Thanks.
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
You can try this code:
Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sunny, spring-like Hull
Posts: 3,339
|
Arash, don't take this the wrong way, I don't mean to sound patronising or condescending
If this part of your A-Level is to be examined (ie not just course-work), it'd be a good idea to go through Barry's code in the VBA editor and press F1 for help on any of the code statements you're not sure of. I came unstuck during my Computer Studies O-Level (showing my age there), when I used a piece of code from a friend in my program and couldn't explain what it meant. I ended up being docked 10% for my project... |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Took a look at your profile - your rugby interest now explains the moniker Take care MudFace and keep up the great work on the board.
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#7 |
|
New Member
Join Date: Feb 2002
Posts: 38
|
Hi, There Is One Problem With When I Save It, This Error Message Comes Up Run Time Error '9' Subscript Out Of Range. I Go to Debug And This This Is Highlighted In Yellow
Sheets("Counter").Range("A1").Value = _ Sheets("Counter").Range("A1").Value + 1 Could You Help ? Thanks Arash |
|
|
|
|
|
#8 |
|
New Member
Join Date: Feb 2002
Posts: 38
|
I don't Mind If I Get An 'E' For This Project, I just want it done so then I can start revising On my History And Other Subjects, I'll Pull My Exam Grade On This For the Theory, I would learn VB if I had The Time
|
|
|
|
|
|
#9 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Bogota, Colombia
Posts: 11,927
|
There should be a sheet named "Counter" for this code to work. Do you have one ?
|
|
|
|
|
|
#10 |
|
New Member
Join Date: Feb 2002
Posts: 38
|
No How Do I Do This?
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|