$$Excel-Macros$$ Re: Need help with VBA Macro...

2009-03-06 Thread Dave Bonallack
Hi If you know the maximum possible range of your data, say A1:A1000, RowCount = Application.WorksheetFunction.CountA(Range("A1:A1000")) The RowCount variable is the number of rows that are filled with data. Regards - Dave. Date: Sat, 7 Mar 2009 06:01:24 +0530 Subject: $$Excel-Macros$$ Need he

$$Excel-Macros$$ Re: Need help with VBA Macro...

2009-03-06 Thread Peter Jorgensen
There are a few ways that you can do it. The first is to start with the first row and find the last populated row. Assuming data with every row filled, you could do something like: iNumberRows = Range("A6").End(xlDown).Row - Range("A6").Row In this case, it assumes your data starts in A6, s

$$Excel-Macros$$ Re: Need help with VBA Macro...

2009-03-06 Thread Paul Schreiner
I use: Rowcnt = Application.worksheetfunction.counta(range("A1:A65000")) this will give you the number of cells in column A that contain data. Paul From: Ashkaran Badlani To: excel-macros@googlegroups.com Sent: Friday, March 6, 2009 7:31:24 PM Subject: $$Excel

$$Excel-Macros$$ Need help with VBA Macro...

2009-03-06 Thread Ashkaran Badlani
Hi All, How can I check how many rows are filled with data in a macro. -- Thanks & Regards Ashkaran Badlani --~--~-~--~~~---~--~~ - Some important links for excel users: 1. Excel

$$Excel-Macros$$ Re: For Each loop creates 1004 error

2009-03-06 Thread tiggyboo
Thanks for your help Ashish - I'll give it a shot! Regards, Al On Mar 4, 7:10 pm, Ashish Jain <26may.1...@gmail.com> wrote: > ---­- > > Hi AI > > Your code is working fine on my

$$Excel-Macros$$ Re: VBA Form Auto Sizing

2009-03-06 Thread kanwal_no1
Hi Ashish, Have you got the file ? Regards Kanwaljit --~--~-~--~~~---~--~~ - Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloa

$$Excel-Macros$$ Re: How to use VBA

2009-03-06 Thread santosh subudhi
Hello, If you are good in exce. Then record a Macro and use ALT + F11 and try to understand what it has wrote for the steps you have perfromed. There also lot of sites you can refer to as a beginner. just write excel vba in google and you can find a lot of sites. Hope this helps Regards Santos

$$Excel-Macros$$ Re: Need Urgent Help regarding Text to column

2009-03-06 Thread santosh subudhi
Hello, i am unable to find any attachement in the mail. Regards Santosh On 3/6/09, r...@vi k...@r wrote: > > > =clean(a:a & enter > On 3/5/09, Lavprasad Kori wrote: >> >> >> Dear All, >> >> Please help me. >> >> Attaching herewith the downloaded data. I want to do just text to column. >> But

$$Excel-Macros$$ Re: PivotTable VBA Macro Assistance Requested - Error 5

2009-03-06 Thread ccraiff
Sorry Ashish. Step 1 did not fix the issue, I still get the same Error. On Mar 5, 9:24 pm, Ashish Jain <26may.1...@gmail.com> wrote: > Hi ccraif, > > Some check points for you, please try and revert back to us. > > 1. Try this(below) - Focus on _ (Underscore) in the end preceded by a > spacebar.

$$Excel-Macros$$ Re: Need Urgent Help regarding Text to column

2009-03-06 Thread r...@vi k...@r
=clean(a:a & enter On 3/5/09, Lavprasad Kori wrote: > > > Dear All, > > Please help me. > > Attaching herewith the downloaded data. I want to do just text to column. > But when I do this, the data after special character (Square) has been > deleted. > > > -- > Thanks & Regards, > > Lavprasad Kori