Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SeekExcellence

    Why do fomulas disappear and get replaced by values after using VBA?

    Hello, In my more complicated excel files, where I use Vba to set formulas it happens that certain cells seems to switch directly after the imput of the formula, to merely the result of the formula. It looks as if the cell was treated with a Copy.PasteValues command. It seems to happen to only...
  2. SeekExcellence

    Why does the command Publish to Pdf (ExportAsFixedFormat) not work

    Hello, I have the following code for exporting a range as Pdf: FcFile = Range("FcFile").Value FileX = ActiveWorkbook.Path & "\" & "Sales" & "\" & FcFile & ".pdf" Range("Invoice").Select Selection.ExportAsFixedFormat Type:=xlTypePDF, Filename:=FileX, Quality:= xlQualityStandard...

Part and Inventory Search

Back
Top