E.g.
I got a cell with the formula LEN(A3). Pasting it to an HTML text area or an text editor will just paste the value.
Is there a way to access the formula in a cell from the clipboard instead of the actual value?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are literally more than two dozen clipboard formats used by Excel. I just looked most of them in binary view (my ClipMate clipboard extender has a binary option in the viewer) and guess what? I didn’t see formulas anywhere. Doesn’t look like they’re on the clipboard. That’s not to say that you can’t REQUEST the data by “pasting” an OLE object. i.e. if you were a word doc, pasting a spreadsheet, you’d get the embedded spreadsheet, which would contain the data. But that’s done mostly outside of the clipboard.