My Assistant
![]() ![]() |
|
|
Aug 29 2007, 01:31 AM
Post
#1
|
|
|
UtterAccess Addict Posts: 105 |
Welcome every body,
what's the problem in that: Me.Cells(9, A).Value = "kkk" Or Even: Me.Cells(9, A) = "kkk" As me is the worksheet, but it give me an exception of: (Application-defined or object-defined error) soo, what should i do? |
|
|
|
Aug 29 2007, 01:56 AM
Post
#2
|
|
|
Retired Moderator Posts: 10,959 From: Prague,CZ / Kiev,UA |
What value has A?
Where is the code placed? The code itself seems to be OK. Martin |
|
|
|
Aug 29 2007, 06:06 AM
Post
#3
|
|
|
UtterAccess VIP Posts: 3,645 From: Near Toronto, ON, CA |
Both arguments ato .cells are numbers. If you want A9 you want .cells(9,1)
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 18th May 2013 - 02:45 AM |