Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Where do you learn advanced excel?


I use excel extensively for my work (compensation). I use user groups
extensively to find shortcuts for managing the large volumes of data
and complex data sets. I am at the point where the "solutions" are a
step beyond formulas in excel. The recommended solutions contain
things such as macros and large scripts of programming language. Where
would I go to learn how to use this type of thing? I don't want to be a
programmer, but I would like to know how I can use the complex macros,
etc. that are appearing in user group posts. Is it as simple as
cutting and pasting these long formulas into an excel function or do I
need special software? I don't know what I don't know and would
appreciate any advice. Thank you in advance.


--
CompPro
------------------------------------------------------------------------
CompPro's Profile: http://www.excelforum.com/member.php...o&userid=37076
View this thread: http://www.excelforum.com/showthread...hreadid=568009

  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Where do you learn advanced excel?

You could take a course, or get a book on the Excel programming language
called VBA (Visual Basic for Applications).........and/or you could spend
more time in the microsoft.public.excel.programming newsgroup........after
enough exposure it starts to come together.......(at least a little bit).

hth
Vaya con Dios,
Chuck, CABGx3



"CompPro" wrote:


I use excel extensively for my work (compensation). I use user groups
extensively to find shortcuts for managing the large volumes of data
and complex data sets. I am at the point where the "solutions" are a
step beyond formulas in excel. The recommended solutions contain
things such as macros and large scripts of programming language. Where
would I go to learn how to use this type of thing? I don't want to be a
programmer, but I would like to know how I can use the complex macros,
etc. that are appearing in user group posts. Is it as simple as
cutting and pasting these long formulas into an excel function or do I
need special software? I don't know what I don't know and would
appreciate any advice. Thank you in advance.


--
CompPro
------------------------------------------------------------------------
CompPro's Profile: http://www.excelforum.com/member.php...o&userid=37076
View this thread: http://www.excelforum.com/showthread...hreadid=568009


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Where do you learn advanced excel?

Debra Dalgleish has a list of books at her site:
http://www.contextures.com/xlbooks.html

John Walkenbach's is a nice one to start with.

Depending on how advanced you are...

Professional Excel Development
By Stephen Bullen, Rob Bovey, John Green

See if you can find them in your local bookstore/internet site and you can
choose what one you like best.



CompPro wrote:

I use excel extensively for my work (compensation). I use user groups
extensively to find shortcuts for managing the large volumes of data
and complex data sets. I am at the point where the "solutions" are a
step beyond formulas in excel. The recommended solutions contain
things such as macros and large scripts of programming language. Where
would I go to learn how to use this type of thing? I don't want to be a
programmer, but I would like to know how I can use the complex macros,
etc. that are appearing in user group posts. Is it as simple as
cutting and pasting these long formulas into an excel function or do I
need special software? I don't know what I don't know and would
appreciate any advice. Thank you in advance.

--
CompPro
------------------------------------------------------------------------
CompPro's Profile: http://www.excelforum.com/member.php...o&userid=37076
View this thread: http://www.excelforum.com/showthread...hreadid=568009


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Where do you learn advanced excel?


Chuck,

Thank you for replying to my message. Below is a suggestion from a
user group I visited. Is this an example of Visual Basic, or can this
be done in excel? I couldn't figure out how to insert it based on the
traditional macros in excel.

Option Explicit
Sub testme()

Dim wks As Worksheet

For Each wks In ActiveWorkbook.Worksheets
wks.Copy 'to a new workbook
With ActiveSheet
.Parent.SaveAs Filename:="C:\temp\" & .Name, _
FileFormat:=xlWorkbookNormal
.Parent.Close savechanges:=False
End With
Next wks

End Sub

Make sure C:\temp\ already exists (or change the code to point at an
existing
folder)


--
CompPro
------------------------------------------------------------------------
CompPro's Profile: http://www.excelforum.com/member.php...o&userid=37076
View this thread: http://www.excelforum.com/showthread...hreadid=568009

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Where do you learn advanced excel?

try this url for vba turoial

http://www.vbtutor.net/vbtutor.htm


"CompPro" wrote in
message ...

Chuck,

Thank you for replying to my message. Below is a suggestion from a
user group I visited. Is this an example of Visual Basic, or can this
be done in excel? I couldn't figure out how to insert it based on the
traditional macros in excel.

Option Explicit
Sub testme()

Dim wks As Worksheet

For Each wks In ActiveWorkbook.Worksheets
wks.Copy 'to a new workbook
With ActiveSheet
Parent.SaveAs Filename:="C:\temp\" & .Name, _
FileFormat:=xlWorkbookNormal
Parent.Close savechanges:=False
End With
Next wks

End Sub

Make sure C:\temp\ already exists (or change the code to point at an
existing
folder)


--
CompPro
------------------------------------------------------------------------
CompPro's Profile:
http://www.excelforum.com/member.php...o&userid=37076
View this thread: http://www.excelforum.com/showthread...hreadid=568009



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Excel Skills Kent New Users to Excel 2 November 30th 05 04:49 PM
Best Book for an Investment Banker to Learn Excel goldslap Excel Discussion (Misc queries) 2 June 1st 05 02:33 PM
Can Excel advanced filter be used in "and NOT" mode Robert Excel Worksheet Functions 1 January 27th 05 02:57 PM
I need to learn how do do excel workbooks, how do I take an onlin. naggingmother New Users to Excel 2 January 25th 05 01:01 PM
Difference in number of Excel NewsGroups Hari Prasadh Excel Discussion (Misc queries) 1 January 25th 05 11:32 AM


All times are GMT +1. The time now is 03:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"