Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes and your code should work the same way.... except if you are calling the
function from a cell ie you are using the function as a worksheet function (in C4: =MyFunc(...) ) in which case changing the sheet/cells through the function is not allowed. -- Regards, Sébastien <http://www.ondemandanalysis.com "excelman" wrote: This code works in a VBA Sub but not in a VBA function Dim wsPurchase As Worksheet Set wsPurchase = Worksheets("Purchase") Dim rCriteria As Range Set rCriteria = wsPurchase.Range("A1:A2") rCriteria.Offset(1, 0).Value = sSet Is there a way to change a worksheet cell from within a VBA function? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I assign range to variant and use | Excel Discussion (Misc queries) | |||
assign a value to a range | Excel Discussion (Misc queries) | |||
Assign Range - Inactive Worksheet | Excel Programming | |||
How to assign a variable in a range select | Excel Programming | |||
Assign a random selection to a range | Excel Programming |