How can i start a spreadsheet at Windows login.
Solved
Mondriaan
Posts
2
Registration date
Saturday February 17, 2024
Status
Member
Last seen
February 18, 2024
-
Updated on Feb 17, 2024 at 09:07 AM
Mondriaan Posts 2 Registration date Saturday February 17, 2024 Status Member Last seen February 18, 2024 - Feb 18, 2024 at 03:47 AM
Mondriaan Posts 2 Registration date Saturday February 17, 2024 Status Member Last seen February 18, 2024 - Feb 18, 2024 at 03:47 AM
Related:
- Blackmagic disk speed test windows
- Blackmagic Disk Speed Test - Download - Diagnosis and monitoring
- Need for speed most wanted 2005 download - Download - Racing
- Kmspico windows 10 - Download - Other
- Need for speed unbound free download - Download - Racing
- Need for speed most wanted 2012 download - Download - Racing
1 response
HelpiOS
Posts
14521
Registration date
Friday October 30, 2015
Status
Moderator
Last seen
November 22, 2024
1,866
Feb 17, 2024 at 03:58 PM
Feb 17, 2024 at 03:58 PM
Hi Mondriaan,
To open a spreadsheet automatically at startup, do this:
- Search for Task Scheduler and open it.
- Go to Action > Create Task and give a name to the task.
- Select the Triggers tab > New. In "Begin the task", choose At log on > Ok.
- Select the Actions tab > New. In "Action", choose Start a program.
- In "Program/script", give the path to your spreadsheet program executable. Here's an example if you're using OpenOffice: "C:\Program Files (x86)\OpenOffice 4\program\scalc.exe"
- Then, in "Add arguments", provide the path to your spreadsheet document. Example: "C:\Users\YourName\Documents\Spreadsheet.sxc"
- Click Ok and save the task.
Hope that helps.
Feb 18, 2024 at 03:47 AM
Thank you.