Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Excel cell manipulation
Name: Jack K Date: May 31, 2005 at 17:05:35 Pacific OS: Win XP CPU/Ram: Pent II/ 1 meg
Comment:
Trying to put different (changing) numbers in one cell only and be able to link them to different cells (each time the number changes) so I can get a list of the changed numbers to be able to add them ect.
Name: rhawk7938 Date: June 1, 2005 at 11:03:20 Pacific
Reply:
Put a formula in the cell you wanted linked like in cell X1 for instance just type =A1. Put a number in A1 hit enter. Any number you put in A1 will then be in X1.
0
Response Number 2
Name: Joost Date: June 2, 2005 at 12:51:36 Pacific
Reply:
Do you want to use one cell for input, and then get the remark of this being differnt from any number in a list, and then being able to add the input to this list? Is the input already VB-automated?
Summary: I am trying to code a carriage return within an excel cell using vbscript. When I append chr(10) or Chr(10) & Chr(13) to the string that is being written in the cell, it begins a new row in the excel ...
Summary: I am trying to assign a user defined VB function to excel cell. I wrote a s simple function called testy() in VB editor that returned a number. Function testy() As Single testy = 2.4 End Function ...
Summary: Is it possible to have it so that Excel cells/rows/sheets can be edited only once? That is, information can be entered, then the spreadsheet saved, but subsequent editing of the previously entered inf...