B
Bryn
Here is a paste from a post I made a week or so back and
I still need help with... the latest reply having not
been answered and I still need the issue addressed!
////////////////////////////////////////////////////////
Hi!
Thanks for the help, much appreciated... theres one
problem though...
The textboxes I'm using are not on a form, they are "on
top" of the spreadsheet I have created, for want of a
better term. Values are then entered into the
textboxes... which were then originally passing the data,
through the linked cell, as a string. The code I am
putting in is to convert it to an integer for use in
calculations on the main sheet. The main jist of what I'm
saying... the textbox controls are not part of a form,
they are all just individually linked, through their
properties, to the spreadsheet.
A major problem I have found is if anyone adds / removes
rows it messes up the entire sheet as all the linked
cells for the textboxes apparently change... hence the
reason why I'm trying to just do it all through code, the
code for each textbox being the same and just passing the
changing variables (the linked cell and cell value)
through to the function to be converted.
I'm guessing some slight modifications to this solution
would create a working demo?
Thanks for any more help.
Bryn
I still need help with... the latest reply having not
been answered and I still need the issue addressed!
////////////////////////////////////////////////////////
Hi!
Thanks for the help, much appreciated... theres one
problem though...
The textboxes I'm using are not on a form, they are "on
top" of the spreadsheet I have created, for want of a
better term. Values are then entered into the
textboxes... which were then originally passing the data,
through the linked cell, as a string. The code I am
putting in is to convert it to an integer for use in
calculations on the main sheet. The main jist of what I'm
saying... the textbox controls are not part of a form,
they are all just individually linked, through their
properties, to the spreadsheet.
A major problem I have found is if anyone adds / removes
rows it messes up the entire sheet as all the linked
cells for the textboxes apparently change... hence the
reason why I'm trying to just do it all through code, the
code for each textbox being the same and just passing the
changing variables (the linked cell and cell value)
through to the function to be converted.
I'm guessing some slight modifications to this solution
would create a working demo?
Thanks for any more help.
Bryn