Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to perform the Filter action in excel using vb script?
#6
Solved: 10 Years, 10 Months ago
when you use cells in excel spreadsheet then a cell indicates a box on a particular row and column.
So whenever you need to have an operation on any cell then you will have to provide which row and which column.
So in your code when you use cells(1,5) that indicates you are working on a cell which is on first row and column 3.

see excel vba help for more info on this.

Reply


Messages In This Thread
RE: How to perform the Filter action in excel using vb script? - by Saket - 10-08-2009, 02:51 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Excel and Driver Script shipu 1 3,605 02-27-2014, 09:09 AM
Last Post: supputuri
  Filter multiple columns in excel kamalteja 0 3,610 07-08-2013, 02:28 AM
Last Post: kamalteja
  Ways to perform extraction AAB 4 3,898 06-05-2012, 09:05 PM
Last Post: supputuri
  Difference between parameter tabs in Action Properties and Action Call Properties. vibhakhandelwal 0 3,895 11-16-2011, 01:34 PM
Last Post: vibhakhandelwal
  Update a value in excel sheet during runtime & use the value later in the same script SweetyChowdhury 3 5,115 09-08-2011, 03:33 PM
Last Post: souvikghosh_diatm

Forum Jump:


Users browsing this thread: 1 Guest(s)