Live-Forum - Die aktuellen Beiträge
Anzeige
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
Inhaltsverzeichnis

cells

Forumthread: cells

cells
31.07.2004 17: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
;

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Entdecke mehr
Finde genau, was du suchst

Die erweiterte Suchfunktion hilft dir, gezielt die besten Antworten zu finden

Suche nach den besten Antworten
Unsere beliebtesten Threads

Entdecke unsere meistgeklickten Beiträge in der Google Suche

Top 100 Threads jetzt ansehen
Anzeige