Thread: Merge
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
kassie kassie is offline
external usenet poster
 
Posts: 268
Default Merge

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