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.
Name: DerbyDad03 Date: July 14, 2009 at 06:50:55 Pacific
Reply:
Any reason you can't simply use =B6 in B10?
0
Response Number 2
Name: lee123abc Date: July 14, 2009 at 06:58:29 Pacific
Reply:
Well because half the time I will have to use a different variable. -Thanks though DerbyDad03!
I understand this is going to be quite tricky, but if anyone has some code, I would really appreciate it. Oh, I forgot to mention, the spreadsheet will be locked, and all I will be able to access will be cell B10, a couple other cells and the button.
Cheers (I meant I will only be able to edit cell b10 and a button, because the spreadsheet is locked!)
0
Response Number 3
Name: lee123abc Date: July 14, 2009 at 07:17:20 Pacific
Reply:
Please excuse me, but I do try to get the answer myself. This looks like what I want, but is obviously wrong. I dont understand why though... I have never done this before.
Private Sub CommandButton1_Click() Worksheets("Sheet1").Cell("a2").Value = Worksheets("Sheet1").Cell("a1") End Sub
0
Response Number 4
Name: DerbyDad03 Date: July 14, 2009 at 08:28:48 Pacific
Reply:
re: the spreadsheet is locked!
Spreadsheets aren't locked. Spreadsheets are protected.
Cells are locked (by default) but the locking doesn't matter unless the sheet is protected.
If you are able to edit B10 in a protected sheet, then B10 must be unlocked.
You said that the code you posted is obviously wrong.
Summary: Based on the examples you gave, I am going to assume that you are pasting the formula 2 columns to the right of the original. To get the results you want, you would need to paste the formula 4 columns...
Summary: Hi, 1. When you say the form is sent out (e-mailed), what does the form consist of? Is it just an Excel workbook with a sheet in a particular format (derived from your template) or do you mean that yo...
Summary: Hi, I've got a horrible problem with my Excel macro. When I my macro reads a value from a cell containing e.g. 1.33, he reads 1.38! The type of variable where I store it in is a double. The commands I...