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
Compatible Windows Server 2000 SATA Controller?
Fill Text Boxes with Text when Another Text Box equals a Specific Value
Windows 2008 R2 cannot resolve SIDs
PerfMon.exe
The System Primary HDD is protected by a password authentication system.
SBS 2008 slow internet browsing
What are the relative merits of using "On Format" and "On Print" events in an Access Report?
Cannot join Windows 7 64 bits to SBS 2003 domain
Input Mask: Lower Case only?
"Welcome System Account" when logging into SharePoint sites