Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Please help in microsoft.public.excel.programming

Started 1 month, 2 weeks ago by LiAD
Hi, I have tried posting this several times, (the last time i put 3 up by accident), but I have not had any response. At the moment i do not know whether this is impossible, too difficult or just if its too hard to understand what I need. Please let me know which it is if u can. I have a list of data contained in a ...
Site: Discussions in microsoft.public.excel.programming  Discussions in microsoft.public.excel.programming - site profile
Forum: microsoft.public.excel.programming  microsoft.public.excel.programming - forum profile
Total authors: 3 authors
Total thread posts: 5 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Other posts in this thread:

Sam Wilson replied 1 month, 2 weeks ago
Hi, I've posted this to your other threads: Sub SummariseYear() Application.DisplayAlerts = False Dim xwb As Workbook Dim xws As Worksheet Set xwb = ActiveWorkbook Set xws = xwb.Worksheets("a") Dim wb As Workbook Dim ws As Worksheet Dim sPath As String Dim sFile(11) As ...

Joel replied 1 month, 2 weeks ago
Sam: You can get the filename easily using the modification below. For i = 1 To 12 FName = format(dateserial(2009,i,1),"mmm.xls") Set wb = Workbooks.Open(sPath & FName) "Sam Wilson" wrote: > Hi, > > I've posted this to your other threads: > > Sub SummariseYear() > > ...

Sam Wilson replied 1 month, 2 weeks ago
Hi, Yep I know - that code's from an earlier answer where the sheet names weren't specified. I just put in 12 strings to give the OP the idea in case there wasn't a pattern. I subsequent re-postings they've adopted my convention! "Joel" wrote: > Sam: You can get the filename easily using the modification...

LiAD replied 1 month, 2 weeks ago
Thanks I'll give this a test and see what its doing. Sorry for not seeing ur reply sooner. Thanks a lot for your help and sticking with it LiAD "Sam Wilson" wrote: > Hi, > > I've posted this to your other threads: > > Sub SummariseYear() > > Application.DisplayAlerts = False...

 

Top contributing authors

Name
Posts
Sam Wilson
2
user's latest post:
Please help in...
Published (2009-11-10 09:00:00)
  Hi, Yep I know - that code's from an earlier answer where the sheet names weren't specified. I just put in 12 strings to give the OP the idea in case there wasn't a pattern. I subsequent re-postings they've adopted my convention! "Joel" wrote: > Sam: You can get the filename easily using the modification below. > > For i = 1 To 12 > FName =...
LiAD
2
user's latest post:
Please help in...
Published (2009-11-10 10:53:00)
  Thanks I'll give this a test and see what its doing. Sorry for not seeing ur reply sooner. Thanks a lot for your help and sticking with it LiAD "Sam Wilson" wrote: > Hi, > > I've posted this to your other threads: > > Sub SummariseYear() > > Application.DisplayAlerts = False > > Dim xwb As Workbook > Dim xws As Worksheet > Set...
Joel
1
user's latest post:
Please help in...
Published (2009-11-10 08:53:00)
  Sam: You can get the filename easily using the modification below. For i = 1 To 12 FName = format(dateserial(2009,i,1),"mmm.xls") Set wb = Workbooks.Open(sPath & FName) "Sam Wilson" wrote: > Hi, > > I've posted this to your other threads: > > Sub SummariseYear() > > Application.DisplayAlerts = False > > Dim xwb As...

Related threads on "Discussions in microsoft.public.excel.programming":

Related threads on other sites:

Thread profile page for "Please help in microsoft.public.excel.programming" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "Please help in microsoft.public.excel.programming", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity