Posts by Bruno Sales • 5 points
2 posts
-
-3
votes2
answers604
viewsA: Multiple pages in the same HTML file
The most practical way is to use one of the concepts: div, frame, iframe or Frameset. Note: Use of frames is considered bad practice in some uses.
htmlanswered Bruno Sales 5 -
1
votes1
answer222
viewsA: Fill in combobox on web page via VBA
Add a time using Sleep before attempting to insert the zip code. outside the functions, preferably at the top type: Declare Ptrsafe Sub Sleep Lib "kernel32" (Byval dwMilliseconds As Long) And within…