Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jnickrand

Member
  • Joined

  • Last visited

  • Country

    United States
  1. I am trying to create 2 html tabels side by side but my second table keeps appearing below my first table. How do I create 2 tables side by side?
  2. I need to save my word documents to a folder on our network. Currently we have a macro called HMSSave. Im not sure what code I need to add to this macro in order to save the word document into a folder (ORYX) on our network. Macro Public Sub HMSSave(Optional informUser As Boolean = True) shouldBeMoved = True 'Make sure to update all built in document properties. ActiveDocument.ComputeStatistics wdStatisticCharacters ActiveDocument.ComputeStatistics wdStatisticCharactersWithSpaces ActiveDocument.ComputeStatistics wdStatisticLines ActiveDocument.ComputeStatistics wdStatisticPages ActiveDocument.ComputeStatistics wdStatisticWords ActiveDocument.save If informUser = True Then If getType() = TYPE_DOCUMENT Then VBA.MsgBox "Transcription document saved.", vbOKOnly + vbInformation, "HMS Transcription" Else VBA.MsgBox "Transcription template saved.", vbOKOnly + vbInformation, "HMS Transcription" End If End If End Sub

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.