Posts by Miguel • 61 points
4 posts
-
1
votes1
answer4196
viewsQ: Copy and Paste Special with VBA
I have a VBA script that copies a column (from an Excel spreadsheet) with formulas and pastes only the result (Paste Special). But I would like to automate this task, example: Whenever you add any…
-
0
votes1
answer1105
viewsQ: Auto complete when typing any part of the word
How can I self-cmplete the text when typing any part of an information inside the Listbox using VBA? Example: When typing the "Santos" all options containing that word will be listed / presented in…
-
2
votes1
answer400
viewsQ: Saving Webview history/cache
I’m building an app WebView, where the first screen is login. I would like the fields login and password could be recorded, so when the user closes the app those data were not lost.…
-
2
votes2
answers1688
views