You need to sign in to do that
Don't have an account?

Excel Connector: Column Order of returned data fields - how to specify?
Is there a way to specify the desired ordering of fields returned by the query? e.g. I'd like the SF-ID field in in the left-most column of the returned data, to use as a lookup field.
I cannot see a way to do this using the wizard (I guess that would require an additional wizard step) and I'm not sure where to look in the mass of VBA code.
Thanks for any advice you can offer.
I cannot see a way to do this using the wizard (I guess that would require an additional wizard step) and I'm not sure where to look in the mass of VBA code.
Thanks for any advice you can offer.
I want to avoid the manual interaction this would require. The information returned needs to flow into another application, using the SF-ID (eg the 1234-5678 format id) as a lookup key in the leftmost column.
You can always use another worksheet to reorder the columns using formulas that reference the columns as returned from salesforce. Then have this spreadsheet used as the source for your other software that requires a certain column order.