Microsoft
Software
Hardware
Network
Question : Combining Cells
Is there a way to combine cells for code below
Sheets("Data").Cells(1, 8).Copy & "/" & Sheets("Data").cells(1,10)
.copy
Answer : Combining Cells
if you need to add data into cell C1 of the sheet add this code
Range("C2")= Range("a1") + "/" + Range("b1")
Random Solutions
Checking for duplicate record AfterLostFocus
Published Access Database to Sharepoint, now what?
SQL - CASE Statement help needed
Excel automation: unload XLL so Excel can quit
Constant Username and Password Pop up in Exchange 2007
multiple JOINs ON equal AND NOT equal
Can't get RD Web Connection to work through WatchGuard Firewall
Client side drives not showing up in Terminal Server
cells in linked excel sheet showing up as #NA
Error Code 80070490 on Server 2008