Live-Forum - Die aktuellen Beiträge
Datum
Titel
24.04.2024 19:29:30
24.04.2024 18:49:56
Anzeige
Archiv - Navigation
460to464
Aktuelles Verzeichnis
Verzeichnis Index
Übersicht Verzeichnisse
Vorheriger Thread
Rückwärts Blättern
Nächster Thread
Vorwärts blättern
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
460to464
460to464
Aktuelles Verzeichnis
Verzeichnis Index
Verzeichnis Index
Übersicht Verzeichnisse
Inhaltsverzeichnis

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

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

Beliebteste Forumthreads (12 Monate)

Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige