A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9 !@$* active | api | Application | array | chart | clipboard | color | date and time | debug | Error | file | filter | find | format | log | loop | named range | PPT | Pivot Table | record | udf | workbook | wrapper Continue at Database_code 948 Steps to 6 Figures by Learning Excel-VBA and Other Skills |
| • | FindDataCol - udf - 🔝 | |
| • | FindDataCol("fieldname",row_nbr) udf | |
| • | instr( ) - find a string within a string and return the offset | |
| • | Findlastrow - udf - finds the last row in a column | |
| • | FindLastCol(1) - find the last column passed a row udf | |
| • | Ubound(array) - finds the upper bound of an array | |
| • | lcol = Finddatacol("column header fields",1) ' avoid hardcoding by searching for a column | |
| • | GettheVersion | |
| • | col variables - stores the number of a column which is retrieved via FindDataCol in case column moves (Hardcoding) | |
| • | FindDataRow("string",col_nbr) | |
| • | copy modules in and finding all the syntax error | |
| • | Finding the Macro being Recorded | |
| • | FindWorkbook(sWB) udf | |
| • | FindDataRowPartial(sSearch, c) as Long | |
| • | Find Missing Data |