can anyone help me with the syntax of the InStr function?
I want to search a text file for a line beginning REG LOAD HKU\NTUSER "\\Servername including the speech mark before the \\Servername.
so intLineFindera = InStr(strNextLinea, "REG LOAD HKU\NTUSER "\\Servername") doesnt work. I have tried combinations of multiple speech marks but haven't found a solution yet.
Thanks
I want to search a text file for a line beginning REG LOAD HKU\NTUSER "\\Servername including the speech mark before the \\Servername.
so intLineFindera = InStr(strNextLinea, "REG LOAD HKU\NTUSER "\\Servername") doesnt work. I have tried combinations of multiple speech marks but haven't found a solution yet.
Thanks