I'm currently trying to link an Access table to an AS400 DB2 table. The link is created without any problems using client access. I can even go into design view within access and look at the AS400 table layout but when I try to open the table or run a query over the table i get the following...
Having trouble sending a workbook by email, the only way that I can insert a message into the email is by using the code below. Unfortunately, under the message is a routing message that I don't want. Is there any way that I can send a mail and include a message without any other system...
I'm trying to enter a formula in a cell through a macro that will sum all hidden cells within a particular column, is this possible? If so, can someone supply the code?
Many thanks
Matt
I'm trying to hide rows where the cell value in column A is less than 2. Failing dismally with this so far, any ideas?
Columns("A:A").CellValue(<2).EntireRow.Hidden = True
The following code locates a cell that I would like to select as my firstrow, Can someone explain, how I can set the firstrow from this code.
Cells.Find(What:="Press", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.