ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   what does pvargColumn and pvargIndex mean? (https://www.excelbanter.com/excel-programming/436952-what-does-pvargcolumn-pvargindex-mean.html)

Neal

what does pvargColumn and pvargIndex mean?
 
Dim searchRow As Integer
Dim searchCol As Integer

searchRow = 12
searchCol = miscCol

While (Cells(searchRow, searchCol) < "")
UserForm1.ListBox1.ColumnCount = 2
UserForm1.ListBox1.AddItem Cells(searchRow, searchCol)
UserForm1.ListBox1.Column (

when I start typing this in, a box appears by my typer icon, saying i need
to add ([pvargColumn), pvargIndex)) or something like that. Any ideas?
I've never used this function or method before.

thanks!


All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com