Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to enter the 'ctrl-shift-enter' key sequence in a
cell that I am writing to. Current code: sheets("name").range("aa1").value = _ "{=sum(if(a1=nr,if(dept=70,if(acct=9," _ & "data!$k$2:$k$2000))))}" upon execution of macro, cell aa1 contains data within quotes, not the sum i'm looking for. if i edit the cell & remove the { & }, then manually enter the 'CTRL-SHIFT-ENTER' keystroke the cell updates correctly? Help Thanks mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Ctrl+shift+enter | Excel Worksheet Functions | |||
What is Ctrl + Shift + Enter ? | Excel Discussion (Misc queries) | |||
What does hitting Ctrl + Shift + Enter to enter a formula do??? Help a n00b out. | Excel Worksheet Functions | |||
ctrl+shift+enter vs enter | Excel Discussion (Misc queries) | |||
ctrl/shift/enter thru VBA | Excel Programming |