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

Hello,

How can i start a spreadsheet at Windows login.

The normal simple way does not work.

Thank you,

Mondriaan
Windows / Chrome 121.0.0.0

Related:

1 response

HelpiOS Posts 14315 Registration date Friday October 30, 2015 Status Moderator Last seen April 26, 2024 1,891
Feb 17, 2024 at 03:58 PM

Hi Mondriaan,

To open a spreadsheet automatically at startup, do this:

  1. Search for Task Scheduler and open it.
  2. Go to Action > Create Task and give a name to the task.
  3. Select the Triggers tab > New. In "Begin the task", choose At log on > Ok.
  4. Select the Actions tab > New. In "Action", choose Start a program.
  5. 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"
  6. Then, in "Add arguments", provide the path to your spreadsheet document. Example: "C:\Users\YourName\Documents\Spreadsheet.sxc"
  7. Click Ok and save the task.


Hope that helps.


1
Mondriaan Posts 2 Registration date Saturday February 17, 2024 Status Member Last seen February 18, 2024
Feb 18, 2024 at 03:47 AM

Thank you.

0