Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey Folks,
I have a macro and I'm stuck at this I have 2 cells A B 4 8 I need to get them both into a cells like this 4/8 Any ideas? Thanks DJ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not use a formula in C
=A1&"/"&B1 "Duncan_J" wrote: Hey Folks, I have a macro and I'm stuck at this I have 2 cells A B 4 8 I need to get them both into a cells like this 4/8 Any ideas? Thanks DJ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Kassie, I overlooked that somehow...
Thanks again, DJ "Kassie" wrote: Why not use a formula in C =A1&"/"&B1 "Duncan_J" wrote: Hey Folks, I have a macro and I'm stuck at this I have 2 cells A B 4 8 I need to get them both into a cells like this 4/8 Any ideas? Thanks DJ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
merge two excel files like in word mail merge | Excel Discussion (Misc queries) | |||
Zip codes in mail merge - first digit doesn't display in merge | Excel Discussion (Misc queries) | |||
mail merge excludes my headers and critical data in Word merge | Excel Discussion (Misc queries) | |||
Merge =( formula should retain fraction type numbers after merge. | Excel Worksheet Functions | |||
how do i get my mail merge to update the data source at each merge | Excel Discussion (Misc queries) |