Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I just tested this on xl2002
Sub ddd() num = 12345 '"dd" Row = 1 col = 5 Sheets("Sheet1").Cells(Row, col).Value = num End Sub -- Don Guillett SalesAid Software "WayneL" wrote in message ... Hi I a writing VBA in Excel and I can not get the following line to run: Sheets("Sheet1").cells(Row, Col).Value = Num The "cells" part turns from "Cells" to "cells" when I hit return and I guess it treats it like an array not a cell location. Can anyone help clear this up. Cheers Wayne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking cells from differnet worksheets.......How? | New Users to Excel | |||
Change the text from lower case to upper case in an Excel work boo | Excel Discussion (Misc queries) | |||
How do I create upper/lower case letters in cells? | Excel Discussion (Misc queries) | |||
Counting cells that meet 2 differnet criteria | Excel Worksheet Functions | |||
HOW DO YOU CHANGE AN ENTIRE SPREAD SHEET FROM LOWER CASE TO UPPER | Excel Discussion (Misc queries) |