Thread
: [Solved]
How to merge two cells from sheet1 to one cell in sheet2 in next sheet
View Single Post
10-30-2011, 04:19 AM
Catalin.B
Windows Vista
Office 2010 32bit
Expert
Join Date: May 2011
Location: Iaşi, Romānia
Posts: 386
=Sheet1!A4&"-"&Sheet1!B4
instructions can be set only with a macro, like:
Code:
Private Sub Worksheet_Activate() MsgBox "your instructions here" End Sub
and this message will pop up every time the sheet with this code in it is activated
Catalin.B
View Public Profile
Find all posts by Catalin.B