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
Is there a way to find out what the serial number of a remote HP Proliant server.
Acitve Directory syntax question
formatting a string in vb.net(urgent)
VS2008 C++ - lost debugging information
Display Image in title
How to create a password for access forms
Formatting CString for rich edit control.
How to have setup.exe install a file into sytems32\drivers?
Microsoft sql2005 patches
Multiple update statement with foreign key constraints