+ Reply to Thread
Results 1 to 6 of 6

Test post

  1. #1
    Registered User
    Join Date
    01-31-2016
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    26

    Test post

    Every post I make is being block by a firewall that says i'm trying to injecting SQL.....
    So i'm trying a different script as a test....

    Please Login or Register  to view this content.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Test post

    Mine was doing that yesterday. But I also received messages stating I was posting HTML when in fact I was just posting a simple formula in formula tags.

    BSB

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Test post

    It tends to happen if you use the less than symbol (< ) with something immediately after it. Seems to work okay if you put a space immediately after it, though.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    01-31-2016
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    26

    Re: Test post

    Sub PDF_SAVE()
    Dim ws As Worksheet
    Dim strPath As String
    Dim myFile As Variant
    Dim strFile As String
    On Error GoTo errHandler


    'CODE DELETED FROM HERE


    If myFile <> "False" Then
    ws.ExportAsFixedFormat _
    Type:=xlTypePDF, _
    Filename:=myFile, _
    Quality:=xlQualityStandard, _
    IncludeDocProperties:=True, _
    IgnorePrintAreas:=False, _
    OpenAfterPublish:=False

    MsgBox "PDF file has been created."
    End If

    exitHandler:
    Exit Sub
    errHandler:
    MsgBox "Could not create PDF file"
    Resume exitHandler
    End Sub

  5. #5
    Registered User
    Join Date
    01-31-2016
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    26

    Re: Test post

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    01-31-2016
    Location
    Florida, USA
    MS-Off Ver
    13
    Posts
    26

    Re: Test post

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Test Post
    By gmr4evr1 in forum Excel General
    Replies: 16
    Last Post: 01-10-2016, 05:57 PM
  2. test post
    By Zeus in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 02-20-2006, 02:20 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1