asdocx: Export from Stata to Word, Excel, LaTeX & HTML Forums asdocx Forum Error r3001 in getting the output

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Sumeet Malik
    Participant
    Post count: 2

    Dear Dr. Shah,

    I have just started to use the program so please feel free to delete the thread if it is happening just with me.

    I am getting an error on my Stata 14.2 MacOs machine when using asdocx

    fileconfirm(): 3001 expected 1 arguments but received 2
    <istmt>: – function returned error
    r(3001);

    The file (docx or xlsx) is created in a folder but is curropt.

    What I am trying is simple summary output
    sysuse auto
    asdocx sum, save(Regression Results.xlsx)

    Best,
    Sumeet

    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    Thank you Sumeet for your feedback. Can you please send me the output from the following codes to my email attaullah.shah@imsciences.edu.pk

    sysuse auto, clear
    set trace on
    asdocx sum, replace
    set trace off
    
    Dr. Attaullah Shah
    Keymaster
    Post count: 106

    I think the fileconfirm() function already exists in some user-defined mlib library. I have changed the file name so that there is no conflict of funciton names. Please update and try it again.

    asdocx_update
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.