So i guess you mean the cells need to be the same size etc, a lot of the pages are different charts / graphs etc... does this mean that its not going to work??
hi, i have tried this and they all print out on seperate pages for example i have 11 worksheets, so under layout i selected the option for 16 pages per sheet, and it printed the 11 pages out seperatly
Hi, is it possible to print multiple worksheets on one page?? i've tried printing entire workbook and then selecting multiple pages in the layout tab but they still print out on seperate pages?? is this doable??
Many thanks for this, i have changed the CLS to LDTA and the line doesnt go into lockout but it still keeps the line busy until all of the message has beem played, is there any way that the call can be released as soon as the line is disconnected??
Hi i have two analogue extensions that go to an IVR message, if you listen to the whole message to the end the extension clears Ok but if you hang up mid call the extension will go into lockout, you can clear this by either taking the wiring off the frame or by doing LD 20 Chg, can anyone advise...
Hi i have a date field in my form and i want the date to be false after a 3 month period has expired i have tried the code below but the incorrect date just populates the field
If Date ,DateAdd("m",-3,Now()) Then
Date.Value=False
End If
Any help please??
How can i get a date field if it is older that 12 months to have the corresponding check box value change to unchecked?? i have tried the following code to no avail, any help welcome please
Private Sub Form_Current()
If Date1 Is LessThan.DateAdd("m", 12, Now()) Then
ChkBox1.Value = False
End If...
Hi This has worked but the totals do not transfer back to the totals field in the table. aslo could i put a message box on this when the total has reached 12??
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.