Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
Copy changing value to next cell

Here I have a excel "Lunchbox" Configurator.

To create a lunchbox you must choose 1 main, 1 side, 1 sweet. There are 3 availabe options for every main, side and sweet.

You can create a lunchbox configuration by selecting options from the dropdown list which will then display next to "Lunchbox combo".

I want to create a button that saves a configuration when the "save" button is pressed. This will place the luncbox combo next to day one. When a new configuration is created and the save button is pressed, it wil copy the text next to day 2. Creating a 3rd configuation a saving it will place it next to day 3 and so on.

I am only know starting to learn vba so any help or solutions will greatly be appreciated! Thanks :)enter image description here

Regards

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

It's elementary associate this macros on a button

Sub SaveLunch
For i=8 to 15 
if Cells(i,7)<>0 Then Cells(i,7)=Cells(6,7)
next i
End Sub 
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!