How to create an activity in seesaw

How do you make a seesaw activity with moveable pieces?

How do I create a drag and drop activity in seesaw?

Can you attach a PowerPoint to seesaw?

Emily Seesaw Product Manager

Teachers and students can add work created in Google apps like Docs, Slides, or Sheets directly into Seesaw portfolios!

How do I create a drag and drop activity in PowerPoint?

https://www.youtube.com/watch?v=rh9DUM0N7Og

How do you drag a text box in PowerPoint?

Move a picture, shape, text box, or WordArt
  1. Click the border of the WordArt, text box, or shape that you want to move. To move multiple text boxes or shapes, press and hold Ctrl while you click the borders.
  2. When the cursor changes to the four headed arrow, drag it to the new location.

How do I create a drag and drop macro in PowerPoint?

Create your own PowerPoint file with Drag & Drop:

Open the copy and delete all slides. Create a new slide with an object, for example, Clip Art or AutoShape. Right-click this object and select Action Settings. Select the Run Macro option and Drag & Drop from the drop down list.

Where is the Developer tab in PowerPoint?

The Developer tab isn’t displayed by default, but you can add it to the ribbon. On the File tab, go to Options > Customize Ribbon. Under Customize the Ribbon and under Main Tabs, select the Developer check box.

How do you lock something in PowerPoint?

Where is help in PowerPoint?

Here’s how:
  • Select File > Options > Quick Access Toolbar.
  • Under the dropdown where it says Choose commands from, select All Commands.
  • Select Help from the list of commands to add to the Quick Access Toolbar.
  • Click Add.
  • When you’re done, click OK.

Where is File menu Excel 2007?

Open Excel Options from Excel 2007 Ribbon if you do not have Classic Menu for Office. Click the Office button at the upper-left corner; At the bottom, you will view the Excel Options button. Click it into Excel Options Window.

How do I show the menu bar in Excel 2007?

Press the ribbon shortcut Ctrl + F1. Double-click on any ribbon tab to make the entire ribbon visible again. Right-click any ribbon tab and clear the check mark next to Collapse the Ribbon in Excel 2019 – 2013 or Minimize the Ribbon in Excel 2010 and 2007. Pin the ribbon.

How do I get the Developer tab in Excel 2010?

Here are the steps:
  1. Go to File –> Options.
  2. In the Excel Options dialogue box, click on Customize Ribbon in the left pane. It will show the Customize the Ribbon options on the right.
  3. On the right, within the Main Tabs pane, check the Developer option.
  4. Click OK.

Where is the Macro Recorder in Word?

To record a macro in Word, click the “View” tab in the Ribbon. Then click the drop-down part of the “Macros” button in the “Macros” button group. Then select the “Record Macro…” command from the drop-down menu that appears to open the “Record Macro” dialog box.

Where is the Tools menu in Excel 2010?

But with the Classic Menu for Excel 2007/2010/2013/2016/2019 installed, you can … Click the Menus tab to experience the classic style interface and find the Tools menu easily. Click the arrow next to the Tools to access the familiar functions from the dropdown menu.

How do I enable VBA in Excel 2010?

Select the Developer tab from the toolbar at the top of the screen. Then click on the Visual Basic option in the Code group. Now the Microsoft Visual Basic editor should appear and you can view your VBA code.

How do I enable macros?

To get macros enabled in all Excel workbooks by default, this is what you need to do:
  1. Go to the File tab > Options.
  2. On the left-side pane, select Trust Center, and then click Trust Center Settings… .
  3. In the Trust Center dialog box, click Macro Settings on the left, select Enable all macros and click OK.

How do I automatically run VBA code in Excel?

Instructions:
  1. Open an excel workbook.
  2. Press Alt+F11 to open VBA Editor.
  3. Insert a userform from Insert menu (UserForm1)
  4. Double click on ThisWorkbook from Project Explorer.
  5. Copy the above code and Paste in the code window.
  6. Save the file as macro enabled workbook.
  7. Open the workbook to test it, it will Run a Macro Automatically.

How do I run VBA code in Excel?

When you want to run the VBA code that you added as described in the section above: press Alt+F8 to open the “Macro” dialog. Then select the wanted macro from the “Macro Name” list and click the “Run” button.

How do I write a formula in VBA code?

Example: Entering formula “=R[1]C[1]” in cell B3 would reference cell D4 (the cell 1 row below and 1 column to the right of the formula cell). Use negative numbers to reference cells above or to the left of the current cell.

How do I run code in Excel?

Run a macro from the Developer tab
  1. Open the workbook that contains the macro.
  2. On the Developer tab, in the Code group, click Macros.
  3. In the Macro name box, click the macro that you want to run, and press the Run button.
  4. You also have other choices: Options – Add a shortcut key, or a macro description.

What is difference between macro and VBA?

The main difference between VBA and Macro is that VBA is the programming language to create Macros while Macros are programming codes that run on Excel environment to perform automatic routine tasks. It is possible to use VBA to create Macros. In brief, the user can automate tasks by creating Macros written using VBA.