Anzeige
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
Anzeige
Inhaltsverzeichnis

cells

Forumthread: cells

cells
31.07.2004 19:26:09
Reiko
I have one button that changes the x –value and a second button that changes the y value.
I am able to do it with two different function but I cannot bring those new x and y values into the cell formula.
X = 1
Y = 1
Cell(x,y) = 10
‘ now it would be cell(1,1) =10
after clicking button for x and for y
new x = 2
new y = 3

new cell would be
cell(2,3) = 10
does anyone have an idea
thx for helpeing
Anzeige

1
Beitrag zum Forumthread
Beitrag zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
AW: cells
Manuel
Hi!
Wether you know, how often you'll change the x value and y value, you could use an for-loop like this
for i=0 to [how often you'll use it]
X = 1
Y = 1
Cell(x,y) = 10
‘ now it would be cell(1,1) =10
after clicking button for x and for y
new x = 2
new y = 3
next i
greetings
Manuel
Anzeige
Anzeige
Anzeige
Live-Forum - Die aktuellen Beiträge
Datum
Titel
14.05.2026 13:31:09
14.05.2026 09:50:42
13.05.2026 19:14:18