Author Topic: Unable to create Excel Object  (Read 4239 times)

0 Members and 1 Guest are viewing this topic.

liuhe

  • Mosquito
  • Posts: 8
Re: Unable to create Excel Object
« Reply #15 on: May 09, 2023, 11:30:48 PM »
(and (setq GGG
                        (vl-registry-read
                           "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\Excel.EXE"
                           "Path"
                        )
                  )
                  (setq GGG (strcase (strcat GGG "Excel.EXE" )))
            )