943,565 Members | Top Members by Rank

Ad:
May 5th, 2004
0

Macros in Excel

Expand Post »
Hi... I'm just a beginner in Excel and i have problem concerning building macros... would anyone be willing to give me few tips on how to create and a simple example of a syntax in a macro. Any help will be appreciated...
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
crazy_girl292 is offline Offline
37 posts
since Apr 2004
May 5th, 2004
0

Re: Macros in Excel

*actually im a beginner in building marcos
Reputation Points: 10
Solved Threads: 0
Light Poster
crazy_girl292 is offline Offline
37 posts
since Apr 2004
May 6th, 2004
0

Re: Macros in Excel

what do you want to know about creating macros. and are you talking VBA im guessing you are. if you need some help jst ask a specific question. im not good at giving tips but i can help for problems
Team Colleague
Reputation Points: 36
Solved Threads: 2
PFO Founder
big_k105 is offline Offline
308 posts
since May 2003
May 7th, 2004
0

Re: Macros in Excel

I don't exactly know how write macros... and really want to know what the syntax "sub" and all those types stand for... i'd rather u post an example if possible
Reputation Points: 10
Solved Threads: 0
Light Poster
crazy_girl292 is offline Offline
37 posts
since Apr 2004
May 7th, 2004
0

Re: Macros in Excel

well i will tell you how to to get to the vba stuff when i get to work today as i dont have windows or ms office on my home computers so when i get to work i will help guide you to get to the macro stuff.
Team Colleague
Reputation Points: 36
Solved Threads: 2
PFO Founder
big_k105 is offline Offline
308 posts
since May 2003
May 7th, 2004
0

Re: Macros in Excel

ummm.. ok...
Reputation Points: 10
Solved Threads: 0
Light Poster
crazy_girl292 is offline Offline
37 posts
since Apr 2004
May 10th, 2004
0

Re: Macros in Excel

exactly when do u get to work? Just to let u know... I M WAITING.....
Reputation Points: 10
Solved Threads: 0
Light Poster
crazy_girl292 is offline Offline
37 posts
since Apr 2004
May 10th, 2004
0

Re: Macros in Excel

sorry about that i got busy at work. and now i dont work till thrusday. and i wont get anytime for awhile to explain everything to you so here is a good tutorial to get you started. if you have any other questions let me know and i will try to help
http://spreadsheets.about.com/cs/exc.../vba1index.htm
Team Colleague
Reputation Points: 36
Solved Threads: 2
PFO Founder
big_k105 is offline Offline
308 posts
since May 2003
May 23rd, 2004
0

Re: Macros in Excel

I've got an accounting program I wrote (basically a General Ledger). I
have an option to send the postings to a spreadsheet.

I use a comma delimited file. This works fine.
The user can include up to 6 fields, the last being the amount field.
I want to be able to include a macro or something to total this last column
at the bottom of the spreadsheet, when it is imported.

Any Ideas.
Fields are:
Date, Journal, Reference, Description, Account, Amount

I don't send (currently) any formatting information, just a comma delimited
file with the headings as the first "record"

Thanks in advance for any help.
Reputation Points: 11
Solved Threads: 0
Light Poster
Buff is offline Offline
40 posts
since May 2004
May 24th, 2004
0

Re: Macros in Excel

Got the answer (to my question above) on the PowerBasic forum
add a line
,,,"Totals",,=SUM(F1.F4)

In my case whether I use F or another letter depends on how many
fields are selected by the user (amount if selected will always be last).
the 1 and 4 are replaced with beginning record number and ending record
number +2
(I actually use Val(EndRec$)-Val(BegRec$)+3
Then I simply change the width on the description and amount fields (in excel after importing) and viola.

BegRec$ is the beginning record selected by the user from the data file,
etc.
Reputation Points: 11
Solved Threads: 0
Light Poster
Buff is offline Offline
40 posts
since May 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Code not working for deleting recordfrom a file
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Media Control Interface (MCI) drivers/requirements





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC