07-02-24 04:00 PM
Can someone tell me the update query syntax because I am getting an error that operation is not an updateable query
08-02-24 12:58 AM
Hi,
Can you try the below. Replace the sheet name(Table). column name and value based on your requirement.
"UPDATE [SheetName$]
SET [ColumnName] = '"&[ColumnValue]&"' WHERE [ColumnName] = '"&[ColumnValue]&"'