Forum Discussion
How to Freeze A1 - A15
- Apr 29, 2020
Base on some unofficial confirmation from Microsoft and reading AppIe development docs, I believe the Autonomous Single App Mode needs App developer to support it. Once in the ASAM mode within the app, the app needs to have a mechanism to quit or sign out. I have made the Zoom Room app working in the ASAM mode. It has a sign out button to quit the app thus exit the ASAM mode and return to full access to iPad. If the app doesn't have the ability to quit itself, it's just like the Kiosk mode and won't work in the ASAM mode.
When I do that it keeps rows 1-15 frozen and I want just A 1-15 to be frozen.
CarterDRH Yes, if you want A1-A15 frozen then yes it will freeze the top 15 rows and the first column. If you want you only freeze Column A then you can do that. but Excel will not let you "float" A1-A15 while you scroll around the sheet. I suppose you might be able to do it through VBA by creating an object or form and continuously adjusting the location of the object based on the present worksheet cell location.... but beyond what I can offer in this help here.
- CarterDRHJun 01, 2020Copper ContributorOk. Thanks for your help.