You are not logged in. You can browse but not post. Login or Register by clicking 'Login or Register' at the top-right of this page. For more information on Statalist, see the FAQ.
"Not working" doesn't tell me anything. Please, show me the code you used AND the error code (not just the number, the text of the error too). We need to see the exact code you used. The code, and the description Stata tells you about the error.
import excel "C:\Users\uqmhas20\OneDrive - The University of Queensland\Desktop\7_Ab_RNA_funnel plot.xlsx", she
> et("Antibody") firstrow
(import_excel_import_file() in lmataado, compiled by Stata 15.1, is too new to be run by this version of Stata
and so was ignored)
Oh. See, now this makes sense now!!!!! I began using Stata seriously around 15.1, so I can't comment. Perhaps someone who's used it since before then may comment, say Nick Cox or Clyde Schechter ?
(import_excel_import_file() in lmataado, compiled by Stata 15.1, is too new to be run by this version of Stata
and so was ignored)
It seems that you have an incompletely updated version 15. Probably you are running version 15.0, but some of your files have been updated to 15.1 and others have not. That's not a usable configuration. Run -update all, force- to bring your installation up to the final version 15.1. (There is no charge for doing this.) Then try running your code again. It should work.
Comment