By using expertatexcel.com you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

Become an Σxpert at Σxcel.com

 


Standard VBA/Excel (15 of 1182)

(Clear Filter = *find*)

col variables - stores the number of a column which is retrieved via FindDataCol in case column moves (Hardcoding)
copy modules in and finding all the syntax error
Find Missing Data
FindDataCol - udf - 🔝
FindDataCol("fieldname",row_nbr) udf
FindDataRow("string",col_nbr)
FindDataRowPartial(sSearch, c) as Long
Finding the Macro being Recorded
FindLastCol(1) - find the last column passed a row udf
Findlastrow - udf - finds the last row in a column
FindWorkbook(sWB) udf
GettheVersion - opens workbook and finds the version and date by searching the sheet
instr( ) - find a string within a string and return the offset
lcol = Finddatacol("column header fields",1) ' avoid hardcoding by searching for a column
Ubound(array) - finds the upper bound of an array