2017-05-10 3 views
0

내 코드에 문제가 있습니다. 각 JPG에 대해 동일한 데이터를 표시하고 있습니다. "근처"필드를 기반으로 다른 데이터를 표시하려고하지만 동일한 데이터를 표시하는 파일이 모두 100 개인 경우 내 수출에 파일은 다른 변수 이름을 모두 사용하여 수출하고 있지만, 모두 같은 데이터 내가 뭔가를 놓친 거지하지만 해상도를 찾을 수없는 느낌이 VBA 매크로 내보내기 문제

을 보여주는

코드는

sub KnowYourNeighbourhood 

ActiveDocument.Sheets("SH02").Activate 
Set t=ActiveDocument.ActiveSheet 
set field1 = ActiveDocument.Fields("Neighbourhood").GetPossibleValues 

for i = 0 to field1.Count - 1 
strNeighName = field1.item(i).Text 



ActiveDocument.Fields("Neighbourhood").Select field1.Item(i).Text 



Filepath = "H:\My Pictures\" 
t.ExportBitmapToFile Filepath & strNeighName &".jpg" 
next 
ActiveDocument.ClearAll true 
end sub 
이하
+0

다음에'Debug.Print Filepath & strNeighName & ".jpg"'다음에 쓰고 직접 실행 창에서 결과를 확인할 수 있습니까? – Vityata

+0

이것을 시도했습니다. 불행히도 qlikview는 디버그 – Daniel

+0

의 사용을 지원하지 않습니다. 그렇다면'MsgBox Filepath & strNeighName & ".jpg"'? 문제는 어딘가에 있어야합니다. – Vityata

답변

0

ou Allowing System Access? 매크로 편집기의 왼쪽에 설정이 있습니다.