A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
sort by ticker and issuer
how about change
order by ticker,issuer
in sql satement rather than import then sort in Excel
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am getting data from SQL and loading it into a worksheet. Some of the cells have text that contain a function call, like "=HYPERLINK("bbg://securities/A&ENET%205.5%2012|01|25%20Corp/DES","D")"
All it's trying to do is show the link as one character. It should evaluate to "D".
However, after getting data, the cell shows the the entire text above. To get the "D" to display, I have to edit each cell and hit ENTER. I searched the web for a solution, but could not find one that worked.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
sort by ticker and issuer
how about change
order by ticker,issuer
in sql satement rather than import then sort in Excel
Query - PRISM_Master_View
can you modify this avoiding formula.
then try ado range.copyfromrecordset to retreive data.
if delete this loop,will it run obviously quickly?
For Each c In Selection
c.FormulaR1C1 = c.Value
Next c