VBA- No form on Mac

Polyscript

New Member
Joined
Dec 30, 2021
Messages
5
Office Version
  1. 2019
Platform
  1. MacOS
Hi, i'm new here and trying to learn. Hoping someone can help please?

I am using a Mac with Excel and the form function is not there. I am trying to create a macro to help record information.

I want to have a table which I fill in, which I can then press "record" which would then copy that to another table on the SAME sheet. The issue I am having is that I don't know how to make the copied row go to the next available row in the other table. Sorry if that doesn't make sense.

I have recorded and assigned the macro to the button but as I said- I don't know how to copy it to the next available row, can someone help please?

Sub Record()

Range("Table1").Select
Selection.Copy
Range("Table13[Date]").Select
ActiveSheet.Paste

End Sub


Thank you in advance!
 
Hi, i'm new here and trying to learn. Hoping someone can help please?

I am using a Mac with Excel and the form function is not there. I am trying to create a macro to help record information.

I want to have a table which I fill in, which I can then press "record" which would then copy that to another table on the SAME sheet. The issue I am having is that I don't know how to make the copied row go to the next available row in the other table. Sorry if that doesn't make sense.

I have recorded and assigned the macro to the button but as I said- I don't know how to copy it to the next available row, can someone help please?

Sub Record()

Range("Table1").Select
Selection.Copy
Range("Table13[Date]").Select
ActiveSheet.Paste

End Sub


Thank you in advance!


Data entry form

If you are comfortable with VBA, then you can use below alternative.
Excel Data Entry Worksheet Form



Another approach to making a data entry form in Excel is to use the web
 
Upvote 0

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,214,631
Messages
6,120,640
Members
448,974
Latest member
DumbFinanceBro

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top