F fritz New member Local time Today, 12:47 Joined Dec 8, 2010 Messages 6 Dec 8, 2010 #1 How can I open a report to view the last page of the report?
V vbaInet AWF VIP Local time Today, 10:47 Joined Jan 22, 2010 Messages 26,374 Dec 8, 2010 #2 There's no function or method in code for navigating through report pages. SendKeys may work but it doesn't work on all keyboards. SendKeys "{End}", True Welcome to the forum!
There's no function or method in code for navigating through report pages. SendKeys may work but it doesn't work on all keyboards. SendKeys "{End}", True Welcome to the forum!
F fritz New member Local time Today, 12:47 Joined Dec 8, 2010 Messages 6 Dec 8, 2010 #3 Thanks, It works nice!
V vbaInet AWF VIP Local time Today, 10:47 Joined Jan 22, 2010 Messages 26,374 Dec 8, 2010 #4 Glad to know!