Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
you want to get a range (which is an object) For object assignments you nee set. e.g. the following won't work: dim rng as range rng = range ("A1:A2") but the following will dim rng as range set rng = range ("A1:A2") -- Regards Frank Kabel Frankfurt, Germany "y" schrieb im Newsbeitrag ... Hi Frank, thanks for your tips. Just a question: why Set aralik = Application.Inp... ? and not aralik = Application.Inp... Alex. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
String formula conversion | Excel Discussion (Misc queries) | |||
Prevent conversion of numeric text string to scientific notation | Excel Discussion (Misc queries) | |||
String to Variant incorrect conversion | Excel Worksheet Functions | |||
date range conversion | Excel Discussion (Misc queries) | |||
String to Array Conversion | Excel Programming |