Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Microsoft Office support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Microsoft Office support MS Office support forum

Reply
 
LinkBack Thread Tools
Old 08-05-2008, 05:10 PM   #1 (permalink)
Registered User
 
3PointJ's Avatar
 
Join Date: Jan 2008
Location: Australia
Posts: 134
OS: Vista Ultimate x64, Vista Home Premium, Ultimate, Business, Windows Server 2K3 & 2K8, XP Home & Pro

My System

Send a message via MSN to 3PointJ
[SOLVED] Excel : Help with a Work Assessment

Hi guys,

I have a friend who is doing an excel course and has gotten stuck in part of her assessment.

I am not a excel god, so I thought if someone might be able to give me some pointers.

Here is the Question..

Quote:
Some of the activities in this guide you have been required to analyse, specify and develop a spreadsheet application to record sales and expenditures data by sales person. As a final assessment project you are required to further develop your existing application into a user friendly application which must include the following:

1. Twelve monthly spreadsheets which all link into a summary sheet. Each should have some data in it

2. A number of buttons with macros assigned to them to set the print area to a specific month and then show a print preview of the output

3. A chart which shows monthly sales and expenditures by salesperson

4. A brief document explaining to users how to enter data, edit, or delete data into the monthly spreadsheets and how to printout a listing of a month's data
Any help would be greatly appreciated

Thanks in Advance
3PointJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 08-05-2008, 05:43 PM   #2 (permalink)
TSF Enthusiast
 
djaburg's Avatar
 
Join Date: May 2008
Posts: 1,321
OS: XP SP3/Vista/7 Server 2K/2K3/2K8


Re: Excel : Help with a Work Assessment

Which part of the assessment has "your friend" gotten stuck on?
__________________
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.

The inherent vice of capitalism is the uneven division of blessings, while the inherent virtue of socialism is the equal division of misery.
djaburg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-05-2008, 06:03 PM   #3 (permalink)
Registered User
 
3PointJ's Avatar
 
Join Date: Jan 2008
Location: Australia
Posts: 134
OS: Vista Ultimate x64, Vista Home Premium, Ultimate, Business, Windows Server 2K3 & 2K8, XP Home & Pro

My System

Send a message via MSN to 3PointJ
Re: Excel : Help with a Work Assessment

The macro part I am pretty sure.

I will confirm this however
3PointJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 08-05-2008, 11:09 PM   #4 (permalink)
Registered User
 
3PointJ's Avatar
 
Join Date: Jan 2008
Location: Australia
Posts: 134
OS: Vista Ultimate x64, Vista Home Premium, Ultimate, Business, Windows Server 2K3 & 2K8, XP Home & Pro

My System

Send a message via MSN to 3PointJ
Re: Excel : Help with a Work Assessment

Don't worry djaburg...

I figured it out..

Its been a while since I looked at VBcode, but I managed to make something that suited the requirements of the question.

Quote:
Originally Posted by Macro script I wrote
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
Select Case Target.Address
Case Is = "$D$3"
Sheets("JANUARY").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$4"
Sheets("FEBRUARY").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$5"
Sheets("MARCH").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$6"
Sheets("APRIL").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$7"
Sheets("MAY").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$8"
Sheets("JUNE").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$9"
Sheets("JULY").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$10"
Sheets("AUGUST").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$11"
Sheets("SEPTEMBER").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$12"
Sheets("OCTOBER").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$13"
Sheets("NOVEMBER").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
Case Is = "$D$14"
Sheets("DECEMBER").Select
ActiveWindow.SelectedSheets.PrintPreview
Sheets("Summary").Select
End Select
Cancel = True
End Sub
Thanks anyway
3PointJ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 12:32 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85