当我使用vba打开xls文件时,如何跳过下面的css行?
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" type="text/css" href="http://10.0.36.41/woowtime/assets/resources/css/print.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Attendance Report</title>
</head>
<body>
.....
每次打开文件函数运行时,检查print.css需要很长时间,我注意到链接无法访问。 虽然如果我删除链接并保存它很容易,但是有太多的文件需要处理,而且还需要一段时间
有没有解决方案?