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
Cumulative Count in a Query
How do I find the length of a string in Points based on a font name and font size.
System Volume Information folder is huge!!!
create table after eliminating record with duplicates on one column
Pessimistic Locking with Access ADO and SQL Server
Add multiple domain in Exchange server 2010
TabletServicePen error on Fujitsu tablet pc
Improving as a Programmer
Rounding up or down by 20 cents in access
Importing XML into MS Access 2003 or higher and keep Parent Child relationships in the tables